-
Notifications
You must be signed in to change notification settings - Fork 11
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
tests: extend upload e2e test #665
Conversation
Extends the upload e2e test to also take into account the Comparison that is generated when the commit is part of a PR.
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #665 +/- ##
=======================================
Coverage 97.93% 97.94%
=======================================
Files 437 437
Lines 36864 36899 +35
=======================================
+ Hits 36104 36139 +35
Misses 760 760
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 #665 +/- ##
=======================================
Coverage 97.93% 97.94%
=======================================
Files 437 437
Lines 36864 36899 +35
=======================================
+ Hits 36104 36139 +35
Misses 760 760
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 #665 +/- ##
=======================================
Coverage 97.93% 97.94%
=======================================
Files 437 437
Lines 36864 36899 +35
=======================================
+ Hits 36104 36139 +35
Misses 760 760
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 #665 +/- ##
=======================================
Coverage 97.98% 97.99%
=======================================
Files 476 476
Lines 38185 38220 +35
=======================================
+ Hits 37417 37452 +35
Misses 768 768
Flags with carried forward coverage won't be shown. Click here to find out more.
This change has been scanned for critical changes. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice 🎉
Extends the upload e2e test to also take into account the Comparison
that is generated when the commit is part of a PR.