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

t-yuki / gocover-cobertura / 27
83%

Build:
DEFAULT BRANCH: master
Ran 15 Feb 2018 06:24PM UTC
Jobs 4
Files 3
Run time 3min
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
27

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

76 of 76 new or added lines in 2 files covered. (100.0%)

252 of 315 relevant lines covered (80.0%)

27.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27.1 15 Feb 2018 06:24PM UTC 0
80.0
Travis Job 27.1
2 27.2 15 Feb 2018 06:26PM UTC 0
80.0
Travis Job 27.2
3 27.3 15 Feb 2018 06:25PM UTC 0
80.0
Travis Job 27.3
4 27.4 15 Feb 2018 06:28PM UTC 0
80.0
Travis Job 27.4
Source Files on build 27
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #27
  • Pull Request #15
  • PR Base - master (#23)
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