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.yml: fail_ci_if_error = true #47731

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

wdconinc
Copy link
Contributor

Failing coverage CI runs are marked as success, e.g. in https://github.com/spack/spack/actions/runs/11943108426/job/33292879311?pr=47706#step:9:266 for #47706. This can lead to merging PRs that are actually breaking things.

This PR adds the fail_ci_if_error action argument and sets it to true (default = false).

Other considerations:

  • Should this be restricted to true only when github.repository == "spack/spack" to avoid breaking workflows on forks?

@spackbot-app spackbot-app bot added core PR affects Spack core functionality workflow labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core PR affects Spack core functionality workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant