Coverage upload is always skipped when enabling skip
in CircleCI Orb TCE-805
#489
Labels
jira-issue
Issue tracked on JIRA
skip
in CircleCI Orb TCE-805
#489
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 outputNote 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.
The text was updated successfully, but these errors were encountered: