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

bradleyfalzon / gopherci / 159
61%

Build:
DEFAULT BRANCH: master
Ran 25 Feb 2017 05:01AM UTC
Jobs 1
Files 13
Run time 1s
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
159

push

travis-ci

bradleyfalzon
Fix two slice out of bounds bugs when deduplicating comments

The first would occur because we were manipulating the slice in place
and when there's multiple issues, a slice out of bounds or the wrong
issue could be removed. Fixed by starting at the end of slice and
working to the start.

The second issue could occur when there are already duplicate
comments, if an issue matches an exiting comment, remove it then stop
checking for more duplicate comments for that issue. Removing it again
could remove the wrong issue or cause a slice out of bounds exception.

555 of 897 relevant lines covered (61.87%)

1.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 159.1 (GOOGLE_APPLICATION_CREDENTIALS=/tmp/gcloud-GopherCI-dev.json) 25 Feb 2017 05:01AM UTC 0
61.87
Travis Job 159.1
Source Files on build 159
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #159
  • 89d187c8 on github
  • Prev Build on master (#157)
  • Next Build on master (#161)
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