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

t-yuki / gocover-cobertura / 27 / 1
83%
master: 83%

Build:
DEFAULT BRANCH: master
Ran 15 Feb 2018 06:24PM UTC
Files 3
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

15 Feb 2018 05:37PM UTC coverage: 80.0% (+3.8%) from 76.25%
27.1

Pull #15

travis-ci

web-flow
Disallow line appearing more than once

I'm not an expert on Cobertura, but it seems confusing to have stuff
like:

```
<line number="5" hits="1"></line>
<line number="5" hits="0"></line>
```

I decided to treat this situation in a pessimistic way - i.e.: if the
second entry for a line number is lower than the previous one, then we
update the hit count down; but we never update it up. In other words, if
we ever see a 0 for a line, we mark the line uncovered, even if we
previously saw a 1.
Pull Request #15: Calculate aggregate stats

252 of 315 relevant lines covered (80.0%)

6.98 hits per line

Source Files on job 27.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27
  • Travis Job 27.1
  • 2dc92eac on github
  • Prev Job for on master (#23.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