codacy-coverage-reporter
codacy-coverage-reporter copied to clipboard
[TCE-805] Coverage upload is always skipped when enabling `skip` in CircleCI Orb
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.
Internal ticket created : TCE-805
Thanks, it works fine now!