-
Notifications
You must be signed in to change notification settings - Fork 22
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: Update Checks for Commit Detail Page and Coverage Tab Flag Multi Selects #2371
fix: Update Checks for Commit Detail Page and Coverage Tab Flag Multi Selects #2371
Conversation
✅ Deploy Preview for gazebo-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov Report
@@ Coverage Diff @@
## main #2371 +/- ##
=======================================
Coverage 96.27% 96.27%
=======================================
Files 736 736
Lines 8967 8970 +3
Branches 2231 2186 -45
=======================================
+ Hits 8633 8636 +3
- Misses 317 318 +1
+ Partials 17 16 -1
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2371 +/- ##
=======================================
Coverage 96.27% 96.27%
=======================================
Files 736 736
Lines 8967 8970 +3
Branches 2231 2219 -12
=======================================
+ Hits 8633 8636 +3
+ Misses 318 317 -1
- Partials 16 17 +1
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Codecov Report
@@ Coverage Diff @@
## main #2371 +/- ##
=====================================
Coverage 96.28 96.28
=====================================
Files 736 736
Lines 8967 8970 +3
Branches 2236 2232 -4
=====================================
+ Hits 8633 8636 +3
Misses 317 317
Partials 17 17
Continue to review full report in Codecov by Sentry.
|
2323df7
to
f59c17d
Compare
Description
This PR updates the condition checks for the commit detail page and coverage tab flag multi selects to render when the user on a team plan but the current repo is public.
Notable Changes
CommitDetailPageTabs
to render always multi select on public reposFileviewer
to always render multi select on public reposFlagMultiSelect
to always render on public repos