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

trautonen / coveralls-maven-plugin / 218 / 1
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 09 Jun 2017 10:32PM UTC
Files 53
Run time 3s
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

09 Jun 2017 10:30PM UTC coverage: 97.914%. Remained the same
218.1

Pull #116

travis-ci

web-flow
Alter failure behavior in the case of unrecognized lines

- Previous behavior would throw an `IllegalArgumentException` when a line outside of the expected range was encountered. This makes sense, but prevents the plugin from operating with non-Java JVM languages that are sometimes forced to include source lines outside the expected range. The example motivating this change is the case of functions that Kotlin inlines, which result in source line numbers that are higher than the number of lines in the source file.
- The new behavior here is to simply log an error to standard error in that event, and not update coverage. This does mean that such unusual lines will not get included properly in coverage, but that seems a better outcome than runtime failure.
Pull Request #116: Alter failure behavior in the case of unrecognized lines

939 of 959 relevant lines covered (97.91%)

56.14 hits per line

Source Files on job 218.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 218
  • Travis Job 218.1
  • 0c68a159 on github
  • Prev Job for on master (#212.1)
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