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

go-test / deep / 44
100%

Build:
DEFAULT BRANCH: master
Ran 29 Jun 2018 04:18PM UTC
Jobs 4
Files 1
Run time 1min
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

pending completion
44

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.

46 of 46 new or added lines in 1 file covered. (100.0%)

280 of 280 relevant lines covered (100.0%)

120.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 44.1 29 Jun 2018 04:18PM UTC 0
100.0
Travis Job 44.1
2 44.2 29 Jun 2018 04:19PM UTC 0
100.0
Travis Job 44.2
3 44.3 29 Jun 2018 04:19PM UTC 0
100.0
Travis Job 44.3
4 44.4 29 Jun 2018 04:20PM UTC 0
100.0
Travis Job 44.4
Source Files on build 44
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #44
  • Pull Request #20
  • PR Base - master (#43)
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