codacy / codacy-coverage-reporter

Multi-language coverage reporter for Codacy
https://www.codacy.com
Other
131 stars 94 forks source link

Coverage upload is always skipped when enabling `skip` in CircleCI Orb TCE-805 #489

Closed bouweandela closed 3 months ago

bouweandela commented 4 months ago

Expected Behavior

When using skip: true in the CircleCI Orb, coverage upload should only be skipped when the project token is not available.

Actual Behavior

The upload is always skipped when I set skip: true in the orb, even when the project token is available.

Reproducible Test Case

The upload is skipped when I set skip: true in the orb: example run output

Note that the same workflow appears to work just fine when the skip option is commented out: example run, so the environmental variable with the project token is configured correctly.

And here is a link to all runs so you can see the context.

Please let me know if you need more information.

github-actions[bot] commented 4 months ago

Internal ticket created : TCE-805

bouweandela commented 3 months ago

Thanks, it works fine now!