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

nose-devs / nose2 / 538 / 3
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 24 Oct 2017 04:34PM UTC
Files 46
Run time 4s
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

24 Oct 2017 04:30PM UTC coverage: 86.983% (+0.4%) from 86.576%
538.3

Pull #349

travis-ci

web-flow
Replace cov-core with coverage plugin

cov-core has been unmaintained for 3 years, but the coverage project (
https://pypi.python.org/pypi/coverage ) is getting active work as of
2017.
Closes #336

Notes:
- `coverage` supports all of the reporting modes of `cov-core`, but
  how do we verify that they all work the same in all cases...?
- Still allows "term-missing" to get "show_missing" behavior, to be
  backwards compatible, but otherwise will rely on coveragerc
  specification of "show_missing"
- `coverage` matches the plugin module name, so for py2 to work it
  needs a future import of `absolute_import`
- `coverage` doesn't accept reporting modes as an argument, but
  requires explicit calls to its reporting methods, so imitate the
  same dispatch that we got under `cov-core`
- `cov-core` was running between plugin initialization and
  `createdTestSuite` getting called. It's not obvious from docs
  whether or not `coverage` supports multiple start/stop calls before
  reporting, so I've removed this. Was having coverage measurement
  during this period important?
Pull Request #349: Replace cov-core with coverage package

954 of 1192 branches covered (80.03%)

3194 of 3672 relevant lines covered (86.98%)

0.87 hits per line

Source Files on job 538.3
  • Tree
  • List 0
  • Changed 10
  • Source Changed 1
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 538
  • Travis Job 538.3
  • 3ad50b21 on github
  • Prev Job for on master (#535.2)
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