Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
bouweandela opened this issue Feb 7, 2024 · 2 comments · Fixed by #490
Closed

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

bouweandela opened this issue Feb 7, 2024 · 2 comments · Fixed by #490
Labels
jira-issue Issue tracked on JIRA

Comments

@bouweandela
Copy link

bouweandela commented Feb 7, 2024

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.

Copy link

github-actions bot commented Feb 7, 2024

Internal ticket created : TCE-805

@github-actions github-actions bot added the jira-issue Issue tracked on JIRA label Feb 7, 2024
@github-actions github-actions bot changed the title Coverage upload is always skipped when enabling skip in CircleCI Orb [TCE-805] Coverage upload is always skipped when enabling skip in CircleCI Orb Feb 7, 2024
@codacy-vrhpires codacy-vrhpires changed the title [TCE-805] Coverage upload is always skipped when enabling skip in CircleCI Orb Coverage upload is always skipped when enabling skip in CircleCI Orb TCE-805 Mar 22, 2024
@bouweandela
Copy link
Author

Thanks, it works fine now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira-issue Issue tracked on JIRA
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant