-
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
feat: rewrite the raw test result reports #799
Conversation
we want to rewrite the raw test result reports as readable in place to make debugging easier, similar to how we rewrite coverage files.
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 #799 +/- ##
=======================================
Coverage 98.01% 98.01%
=======================================
Files 443 443
Lines 36499 36524 +25
=======================================
+ Hits 35774 35799 +25
Misses 725 725
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 #799 +/- ##
=======================================
Coverage 98.01% 98.01%
=======================================
Files 443 443
Lines 36499 36524 +25
=======================================
+ Hits 35774 35799 +25
Misses 725 725
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 #799 +/- ##
=======================================
Coverage 98.01% 98.01%
=======================================
Files 443 443
Lines 36499 36524 +25
=======================================
+ Hits 35774 35799 +25
Misses 725 725
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 #799 +/- ##
=======================================
Coverage 98.01% 98.01%
=======================================
Files 443 443
Lines 36499 36524 +25
=======================================
+ Hits 35774 35799 +25
Misses 725 725
Flags with carried forward coverage won't be shown. Click here to find out more.
|
we want to rewrite the raw test result reports as readable in place to make debugging easier, similar to how we rewrite coverage files.