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

nose-devs / nose2 / 538
88%

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

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

976 of 1206 branches covered (80.93%)

17 of 17 new or added lines in 1 file covered. (100.0%)

3211 of 3672 relevant lines covered (87.45%)

5.2 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
100.0
nose2/plugins/coverage.py

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
nose2/plugins/coverage.py
Jobs
ID Job ID Ran Files Coverage
1 538.1 24 Oct 2017 04:37PM UTC 0
86.82
Travis Job 538.1
2 538.2 24 Oct 2017 04:41PM UTC 0
86.38
Travis Job 538.2
3 538.3 24 Oct 2017 04:34PM UTC 0
86.98
Travis Job 538.3
4 538.4 24 Oct 2017 04:34PM UTC 0
86.49
Travis Job 538.4
5 538.5 24 Oct 2017 04:34PM UTC 0
86.49
Travis Job 538.5
6 538.6 24 Oct 2017 04:37PM UTC 0
86.55
Travis Job 538.6
Source Files on build 538
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #538
  • Pull Request #349
  • PR Base - master (#535)
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