-
Notifications
You must be signed in to change notification settings - Fork 24
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 file entry stuff to ts #2698
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #2698 +/- ##
=======================================
Coverage 98.43% 98.43%
=======================================
Files 855 855
Lines 12092 12112 +20
Branches 3129 3188 +59
=======================================
+ Hits 11903 11923 +20
Misses 185 185
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 #2698 +/- ##
=======================================
Coverage 98.43% 98.43%
=======================================
Files 855 855
Lines 12092 12112 +20
Branches 3129 3188 +59
=======================================
+ Hits 11903 11923 +20
Misses 185 185
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 #2698 +/- ##
=====================================
Coverage 98.44 98.44
=====================================
Files 855 855
Lines 12092 12112 +20
Branches 3129 3188 +59
=====================================
+ Hits 11903 11923 +20
Misses 185 185
Partials 4 4
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
c647ebf
to
d1d632e
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.
Some things to take a peak at, looking good tho
src/services/pathContents/commit/file/usePrefetchCommitFileEntry.spec.tsx
Outdated
Show resolved
Hide resolved
src/shared/ContentsTable/TableEntries/CommitEntries/CommitFileEntry.spec.jsx
Outdated
Show resolved
Hide resolved
src/shared/ContentsTable/TableEntries/CommitEntries/CommitFileEntry.spec.jsx
Outdated
Show resolved
Hide resolved
d1d632e
to
76bdb39
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found @@ Coverage Diff @@
## main #2698 +/- ##
=======================================
Coverage 98.43% 98.43%
=======================================
Files 855 855
Lines 12092 12112 +20
Branches 3185 3188 +3
=======================================
+ Hits 11903 11923 +20
Misses 185 185
Partials 4 4
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will increase total bundle size by 997 bytes ⬆️
|
Bundle ReportChanges will increase total bundle size by 997 bytes ⬆️
|
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.
LGTM ✅
* feat: Create useRepoComponents hook * We need branch not term * fix: Handle guest feature error, no nested catch (#2709) * fix: Handle guest feature error, no nested catch * Update tests to reflect graphql error * Fix when to raise an error * my bad bro * Update to re add catch block * build: grab github sha from env (#2672) Update Sentry deps and bundler plugin config to prepare for incoming fix to source map uploading. * ref: Convert file entry stuff to ts (#2698) Part of codecov/engineering-team#588 * chore: Remove bundle analysis flags (#2693) Remove bundle analysis feature flags from Gazebo. GH codecov/engineering-team#999 GH codecov/engineering-team#1214 * Prepare release 24.4.1 (#2737) * Update to use react props with children --------- Co-authored-by: nicholas-codecov <[email protected]> Co-authored-by: Spencer Murray <[email protected]> Co-authored-by: Codecov Releaser <[email protected]>
Part of codecov/engineering-team#588