damianszczepanik / cucumber-reporting

HTML reports for Cucumber
GNU Lesser General Public License v2.1
543 stars 402 forks source link

[GHA] Do not run sonarcloud on forks #1142

Closed hazendaz closed 7 months ago

hazendaz commented 8 months ago

Noticed on my fork that sonar cloud was trying to run and of course failing, add line to prevent it from running on anyone but owner of repository. You may want this partially in other cases such as gh-pages but that one was not failing for me.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4b5358a) 98.27% compared to head (b1831eb) 98.27%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1142 +/- ## ========================================= Coverage 98.27% 98.27% Complexity 567 567 ========================================= Files 55 55 Lines 1214 1214 Branches 105 105 ========================================= Hits 1193 1193 Misses 10 10 Partials 11 11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hazendaz commented 8 months ago

Guess more work needed to get sonar part working.