-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coveralls parser now accepts json-encoded coverage
#724
Conversation
It looks like for some reason, the `coverage` can also be a string with a json-encoded list. This change handles that case.
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #724 +/- ##
=======================================
Coverage 98.07% 98.07%
=======================================
Files 434 434
Lines 36764 36775 +11
=======================================
+ Hits 36055 36066 +11
Misses 709 709
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #724 +/- ##
=======================================
Coverage 98.07% 98.07%
=======================================
Files 434 434
Lines 36764 36775 +11
=======================================
+ Hits 36055 36066 +11
Misses 709 709
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #724 +/- ##
=======================================
Coverage 98.11% 98.11%
=======================================
Files 475 475
Lines 38119 38130 +11
=======================================
+ Hits 37402 37413 +11
Misses 717 717
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #724 +/- ##
=======================================
Coverage 98.07% 98.07%
=======================================
Files 434 434
Lines 36764 36775 +11
=======================================
+ Hits 36055 36066 +11
Misses 709 709
Flags with carried forward coverage won't be shown. Click here to find out more.
|
It looks like for some reason, the
coverage
can also be a string with a json-encoded list. This change handles that case.Fixes WORKER-PA5, fixes https://github.com/codecov/internal-issues/issues/797