-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix: useRepoCoverageTimeseries using wrong field #3190
fix: useRepoCoverageTimeseries using wrong field #3190
Conversation
Bundle ReportChanges will decrease total bundle size by 4 bytes ⬇️
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3190 +/- ##
=======================================
Coverage 98.13% 98.13%
=======================================
Files 935 935
Lines 14510 14510
Branches 3886 3968 +82
=======================================
Hits 14240 14240
Misses 265 265
Partials 5 5
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will decrease total bundle size by 4 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
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 #3190 +/- ##
===========================================
Coverage 98.13000 98.13000
===========================================
Files 935 935
Lines 14510 14510
Branches 3886 3973 +87
===========================================
Hits 14240 14240
Misses 265 265
Partials 5 5
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3190 +/- ##
=======================================
Coverage 98.13% 98.13%
=======================================
Files 935 935
Lines 14510 14510
Branches 3968 3941 -27
=======================================
Hits 14240 14240
Misses 265 265
Partials 5 5
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3190 +/- ##
=======================================
Coverage 98.13% 98.13%
=======================================
Files 935 935
Lines 14510 14510
Branches 3941 3941
=======================================
Hits 14240 14240
Misses 265 265
Partials 5 5
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Description
Small fix to the
useRepoCoverageTimeseries
hook as it's using the incorrect field, causing it to not re-run when a user selects a different trend. 🤦