-
Notifications
You must be signed in to change notification settings - Fork 39
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
ci: Do not run code coverage on forks #1900
ci: Do not run code coverage on forks #1900
Conversation
7d986ee
to
0cc9d13
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.
Thanks for reviewing, @akuleshov7. I replied with a few questions.
lgtm, I am trying to understand why CI has freezes (today GitHub had outage) |
Reopened PR to restart CI actions |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1900 +/- ##
============================================
- Coverage 78.27% 78.26% -0.02%
Complexity 2478 2478
============================================
Files 134 134
Lines 8724 8724
Branches 2216 2216
============================================
- Hits 6829 6828 -1
- Misses 906 907 +1
Partials 989 989 ☔ View full report in Codecov by Sentry. |
Thank you, @akuleshov7. It seems this is good to go now. :-) |
@marcospereira merged, thank you for contribution! |
What?
Disable code coverage uploading when running on forks. This is useful so that
contributors can enable GitHub Actions on their forks without having false
negatives due to lack of codecov configuration.
Which rule and warnings did you add?
None.
Actions checklist
Implemented Rule, added WarningsAdded tests on checksAdded tests on fixersUpdated diktat-analysis.ymlUpdated available-rules.md