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

Conversation

peace-maker
Copy link
Member

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

Fixes #2468

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 peace-maker merged commit 69ab205 into Gallopsled:dev Sep 29, 2024
11 checks passed
@peace-maker peace-maker deleted the fix_coverage branch September 29, 2024 22:21
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.

Coverage collection is broken in CI
1 participant