-
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
ref: Convert RepositoryDeprecated to Repository in useRepoCoverage #2864
ref: Convert RepositoryDeprecated to Repository in useRepoCoverage #2864
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #2864 +/- ##
=======================================
Coverage 98.47% 98.47%
=======================================
Files 880 880
Lines 12989 13007 +18
Branches 3416 3420 +4
=======================================
+ Hits 12791 12809 +18
Misses 194 194
Partials 4 4
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. Additional details and impacted files@@ Coverage Diff @@
## main #2864 +/- ##
=======================================
Coverage 98.47% 98.47%
=======================================
Files 880 880
Lines 12989 13007 +18
Branches 3459 3481 +22
=======================================
+ Hits 12791 12809 +18
Misses 194 194
Partials 4 4
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 #2864 +/- ##
=======================================
Coverage 98.47% 98.47%
=======================================
Files 880 880
Lines 12989 13007 +18
Branches 3417 3420 +3
=======================================
+ Hits 12791 12809 +18
Misses 194 194
Partials 4 4
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. Additional details and impacted files@@ Coverage Diff @@
## main #2864 +/- ##
=====================================
Coverage 98.48 98.48
=====================================
Files 880 880
Lines 12989 13007 +18
Branches 3482 3463 -19
=====================================
+ Hits 12791 12809 +18
Misses 194 194
Partials 4 4
Continue to review full report in Codecov by Sentry.
|
f5d46ad
to
13171af
Compare
Bundle ReportChanges will decrease total bundle size by 18.87kB ⬇️
|
Bundle ReportChanges will decrease total bundle size by 18.87kB ⬇️
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
61370b2
to
fa41476
Compare
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.
Couple of comments
src/pages/RepoPage/CoverageTab/summaryHooks/useCoverageRedirect.spec.tsx
Outdated
Show resolved
Hide resolved
79f5f53
to
2dfee42
Compare
Converts RepositoryDeprecated use to Repository in uesRepoCoverage hook's query.
Also, a bunch of TS conversions because was having type issues and this seemed like the best solution at the time (it wasn't lol).