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

Robpol86 / appveyor-artifacts / 152 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 09 Jan 2017 09:46PM UTC
Files 1
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

09 Jan 2017 09:41PM UTC coverage: 96.541%. Remained the same
152.1

Pull #7

travis-ci

web-flow
<a href="https://github.com/Robpol86/appveyor-artifacts/commit/<a class=hub.com/Robpol86/appveyor-artifacts/commit/f6907696d7884292a1d2be07ea14e873175e2c11">f6907696d<a href="https://github.com/Robpol86/appveyor-artifacts/commit/f6907696d7884292a1d2be07ea14e873175e2c11">&quot;&gt;Fix path mangling for coverage &amp;gt;= 4.3.0

Since version 4.3.0 the spaces in the .coverage files have been removed.
Path mangling would then fail, making the coveralls upload fail too,
as the paths were not properly updated.

The related commit in the coverage project is:
&amp;quot;Omit needless whitespace in json-based data files&quot;
</a><a class="double-link" href="https://github.com/Robpol86/appveyor-artifacts/commit/<a class="double-link" href="https://github.com/Robpol86/appveyor-artifacts/commit/477346880dcf298556c8fb9bf3a42cd39b58cbcf">477346880</a>">477346880</a><a href="https://github.com/Robpol86/appveyor-artifacts/commit/f6907696d7884292a1d2be07ea14e873175e2c11">

Here is an example of the change in the .coverage file:
OLD: “C:\\projects\\projectname\\file1.py&quot;: [],&quot;C:\\projects\\projectname\\file2.py&quot;: [64,67]
NEW: &quot;C:\\projects\\projectname\\file1.py&quot;:[],&quot;C:\\projects\\projectname\\file2.py&quot;:[64,67]

Instead of complexifying the regex for the old and new version of the file
format, the superfluous space is simply removed from the regex string
for the newer version of the coverage library.

The tests have been adapted for the new file format.

pypy3.3-5.2-alpha1 is used as Travis is now using pypy3, which
is broken with pip - setuptools.
Pull Request #7: Fix path mangling for coverage >= 4.3.0

307 of 318 relevant lines covered (96.54%)

0.97 hits per line

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