-
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
feat: note when bundle is cached #687
Conversation
add mention in the PR comment when bundle is cached closes codecov/engineering-team#2045
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #687 +/- ##
=======================================
Coverage 98.07% 98.08%
=======================================
Files 434 432 -2
Lines 36721 36725 +4
=======================================
+ Hits 36015 36021 +6
+ Misses 706 704 -2
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 #687 +/- ##
=======================================
Coverage 98.07% 98.08%
=======================================
Files 434 432 -2
Lines 36721 36725 +4
=======================================
+ Hits 36015 36021 +6
+ Misses 706 704 -2
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 #687 +/- ##
=======================================
Coverage 98.07% 98.08%
=======================================
Files 434 432 -2
Lines 36721 36725 +4
=======================================
+ Hits 36015 36021 +6
+ Misses 706 704 -2
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 #687 +/- ##
==========================================
+ Coverage 98.12% 98.13% +0.01%
==========================================
Files 474 474
Lines 38047 38158 +111
==========================================
+ Hits 37333 37446 +113
+ Misses 714 712 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 8 files with indirect coverage changes This change has been scanned for critical changes. Learn more |
{% if bundle_rows %}{% include "bundle_analysis_notify/bundle_table.md" %}{% if has_cached %} | ||
ℹ️ *Bundle size includes cached data from a previous commit |
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.
ℹ️ *Bundle size includes cached data from a previous commit | |
ℹ️ *Bundle size analysis includes cached data from a previous commit |
🤔 as this is an implementation detail to the bundle analysis we perform
add mention in the PR comment when bundle is cached
closes codecov/engineering-team#2045