-
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
feat: Hide Commits Page Team Files Changed Table for Public Repos #2364
feat: Hide Commits Page Team Files Changed Table for Public Repos #2364
Conversation
✅ Deploy Preview for gazebo-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2364 +/- ##
=======================================
Coverage 97.15% 97.15%
=======================================
Files 727 725 -2
Lines 8706 8685 -21
Branches 2149 2102 -47
=======================================
- Hits 8458 8438 -20
+ Misses 246 245 -1
Partials 2 2
... and 7 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Codecov Report
@@ Coverage Diff @@
## main #2364 +/- ##
=======================================
Coverage 97.15% 97.15%
=======================================
Files 727 727
Lines 8706 8710 +4
Branches 2137 2158 +21
=======================================
+ Hits 8458 8462 +4
Misses 245 245
Partials 3 3
Continue to review full report in Codecov by Sentry.
|
Codecov Report
@@ Coverage Diff @@
## main #2364 +/- ##
=====================================
Coverage 97.15 97.15
=====================================
Files 727 727
Lines 8706 8710 +4
Branches 2104 2158 +54
=====================================
+ Hits 8458 8462 +4
+ Misses 246 245 -1
- Partials 2 3 +1
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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
Description
Quickly updating the
FilesChangedTableTeam
for the commit detail page to only render the team table when the repo is private and the tier is team.Notable Changes
FilesChangedTableTeam
to check repo visibility