Skip to content

Fix collecting coverage in CI#2477

Merged
peace-maker merged 1 commit intoGallopsled:devfrom
peace-maker:fix_coverage
Sep 29, 2024
Merged

Fix collecting coverage in CI#2477
peace-maker merged 1 commit intoGallopsled:devfrom
peace-maker:fix_coverage

Conversation

@peace-maker
Copy link
Copy Markdown
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
@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