|
Ran
|
Jobs
1
|
Files
1
|
Run time
0s
|
Badge
README BADGES
|
travis-ci
<a href="https://github.com/Robpol86/appveyor-artifacts/commit/<a class=hub.com/Robpol86/appveyor-artifacts/commit/4826d648dea658d3944e3d3f73a25a4d8e67c716">4826d648d<a href="https://github.com/Robpol86/appveyor-artifacts/commit/4826d648dea658d3944e3d3f73a25a4d8e67c716">">Fix path mangling for coverage &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: &quot;Omit needless whitespace in json-based data files" </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/4826d648dea658d3944e3d3f73a25a4d8e67c716"> Here is an example of the change in the .coverage file: OLD: “C:\\projects\\projectname\\file1.py": [],"C:\\projects\\projectname\\file2.py": [64,67] NEW: "C:\\projects\\projectname\\file1.py":[],"C:\\projects\\projectname\\file2.py":[64,67] 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.
307 of 318 relevant lines covered (96.54%)
0.97 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 153.1 | 0 |
96.54 |
Travis Job 153.1 |