• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

go-test / deep / 44 / 3
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 29 Jun 2018 04:19PM UTC
Files 1
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

29 Jun 2018 04:17PM UTC coverage: 100.0%. Remained the same
44.3

Pull #20

travis-ci

web-flow
Allow Equal() to be used by different packages in one program.

Some packages may require Equal()'s parameters to be set in a
particular way that is incompatible with other users within
the same program. The global configuration parameters can be
changed and restored, but this could lead to bugs due to race
conditions. This commit makes the parameters that control
Equal()'s operation part of a structure, Comparer, for which
Equal() is now a method. Users can configure their own
Comparer struct if desired. To preserve the existing package
interface, the package-level Equals() method will use a
default Comparer object that relies on pointers to the current
global configuration parameters (pointers so that the
operation of the global Equals() function will change
immediately upon changing the value of any global
configuration setting).
Pull Request #20: Allow Equal() to be used by different packages in one program.

280 of 280 relevant lines covered (100.0%)

30.24 hits per line

Source Files on job 44.3
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 42
  • Travis Job 44.3
  • 11bdbaa9 on github
  • Prev Job for on master (#43.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc