Skip Coverage Check when forks are updated#7177
Conversation
Codecov Report
@@ Coverage Diff @@
## main #7177 +/- ##
=========================================
Coverage 12.63% 12.63%
Complexity 8609 8609
=========================================
Files 2711 2711
Lines 255748 255748
Branches 39871 39871
=========================================
Hits 32303 32303
Misses 219347 219347
Partials 4098 4098 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Kudos, SonarCloud Quality Gate passed! |
|
@jbampton why do we want this? |
DaanHoogland
left a comment
There was a problem hiding this comment.
code looks good, but I wonder ow this works on PRs
actually there is a line in the yaml file so this check is not performed on the github forks. However, if you push to your own repository, the check will be performed. |
|
in short, I am 0 on this PR. I did not see benefit/harmless for cloudstack project. @jbampton can you add the check on other github actions (e.g. main-sonar-check.yml, ui.yml, ci.yml) as well ? |








Description
This PR skips the coverage check instead of failing when forks are updated.
After this PR is merged and forks are updated it should skip the check.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
Shows the failing check
How Has This Been Tested?