codacy-coverage-reporter icon indicating copy to clipboard operation
codacy-coverage-reporter copied to clipboard

[TCE-805] Coverage upload is always skipped when enabling `skip` in CircleCI Orb

Open bouweandela opened this issue 1 year ago • 1 comments
trafficstars

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.

bouweandela avatar Feb 07 '24 09:02 bouweandela

Internal ticket created : TCE-805

github-actions[bot] avatar Feb 07 '24 09:02 github-actions[bot]

Thanks, it works fine now!

bouweandela avatar Mar 28 '24 08:03 bouweandela