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

CI: Tweak ignore-error logic #255

Merged
merged 5 commits into from
Jan 11, 2025
Merged

CI: Tweak ignore-error logic #255

merged 5 commits into from
Jan 11, 2025

Conversation

jinnovation
Copy link
Owner

Currently "ignore error" simply means that installation failures,
e.g. byte-compilation errors, will be ignored. Tests still run in that case and
failed tests will fail CI.

Instead:

  • We require installation to succeed unconditionally, even for ignore-error
    matrix runs;
  • We ignore error on test-run steps;
  • We upload coverage only if all tests pass + the test-running succeeds
    end-to-end

Currently "ignore error" simply means that installation failures,
e.g. byte-compilation errors, will be ignored. Tests still run in that case and
failed tests will fail CI.

Instead:

- We require installation to succeed unconditionally, even for ignore-error
matrix runs;
- We ignore error on test-run steps;
- We upload coverage only if all tests pass + the test-running succeeds
end-to-end
@jinnovation jinnovation merged commit 33dd8f9 into main Jan 11, 2025
0 of 5 checks passed
@jinnovation jinnovation deleted the ci-ignore-error branch January 11, 2025 22:03
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

Successfully merging this pull request may close these issues.

1 participant