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

Fix collecting coverage in CI #2477

Merged
merged 1 commit into from
Sep 29, 2024
Merged

Commits on Sep 29, 2024

  1. Fix collecting coverage in CI

    The upload-artifact action v4.4.0 excluded hidden files from uploads by default. We want to upload only hidden `.coverage*` files though. Enable hidden files again using the `include-hidden-files` input.
    
    https://github.com/actions/upload-artifact/releases/tag/v4.4.0
    peace-maker committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d4ba0e8 View commit details
    Browse the repository at this point in the history