fix: paths work correctly on windows#143
Conversation
Codecov Report
@@ Coverage Diff @@
## release #143 +/- ##
========================================
Coverage 91.57% 91.57%
========================================
Files 15 15
Lines 546 546
Branches 105 105
========================================
Hits 500 500
Misses 20 20
Partials 26 26
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
|
Where is the fix? It appears this PR only changes the README.md. |
The fix is here 186f731 The confusing release was https://github.com/codecov/uploader/releases/tag/v0.1.0_4399 |
|
It looks like 186f731 contains a fix related to POSIX paths instead of Windows. Was there a previous issue with paths not working correctly in one of the two OS environments? |
Yes, on Windows the files were being listed at their pull path, including the drive letter, which caused them to not match the files in coverage reports. By telling |
No description provided.