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

Always output the coverage report #5256

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Always output the coverage report #5256

merged 2 commits into from
Oct 30, 2024

Commits on Oct 28, 2024

  1. Always output the coverage report

    I intended to do this in 647e95e,
    but the `failure()` call that I remove didn't limit it to failures
    — it explicitly enabled it for failing jobs, where the default is
    to skip subsequent jobs after a failure. However, if we want a job
    to run after both failed and successful runs, we need the
    `always()` call.
    Vinnl committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    888a59d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    1c73c3d View commit details
    Browse the repository at this point in the history