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

code-coverage workflow will always generate badges #186

Open
averissimo opened this issue Feb 6, 2024 · 0 comments
Open

code-coverage workflow will always generate badges #186

averissimo opened this issue Feb 6, 2024 · 0 comments

Comments

@averissimo
Copy link

code-coverage.yml will always generate badges, even with workflow inputs skip-coverage-badges: true

I guess the || operator should change to && on the line below.

if: >
inputs.skip-coverage-badges != 'true' ||
!contains(github.event.commits[0].message, '[skip coverage]')

This was detected as we don't have the badges branch on xportr 😅

image

Job in question: https://github.com/atorus-research/xportr/actions/runs/7803192342/job/21282556815

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant