-
Notifications
You must be signed in to change notification settings - Fork 13
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(KFLUXUI-188): disable pipeline actions for contributors #38
Conversation
668a1ae
to
f4a9211
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #38 +/- ##
==========================================
- Coverage 79.61% 79.61% -0.01%
==========================================
Files 564 564
Lines 20991 20999 +8
Branches 5200 4953 -247
==========================================
+ Hits 16712 16718 +6
- Misses 4254 4257 +3
+ Partials 25 24 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
b08a9de
to
d46d8c3
Compare
/retest |
Looking at code coverage, I believe it can be ignored. It looks like it's referencing things outside of this patch, for example: https://app.codecov.io/gh/konflux-ci/konflux-ui/pull/38/blob/src/components/Components/ComponentDetails/ComponentDetailsView.tsx#L60 |
Fixes https://issues.redhat.com/browse/KFLUXUI-188
Backport of openshift/hac-dev#1001