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 missing coverage files in GitHub Actions #85

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

chosak
Copy link
Member

@chosak chosak commented Sep 23, 2024

As of September 2nd, using the upload-artifact GitHub Action no longer uploads hidden files by default:

https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/

This breaks uploading of .coverage.* files used to combine multiple coverage reports.

The upload-artifact README now includes this guidance on including hidden files.

As of September 2nd, using the `upload-artifact` GitHub Action no longer uploads hidden files by default:

https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/

This breaks uploading of `.coverage.*` files used to combine multiple coverage reports.

The `upload-artifact` README now includes this guidance on including hidden files: https://github.com/actions/upload-artifact?tab=readme-ov-file#uploading-hidden-files
@chosak chosak requested a review from willbarton September 23, 2024 17:12
@chosak chosak merged commit 8d75299 into main Sep 23, 2024
10 checks passed
@chosak chosak deleted the fix/coverage-upload-hidden-files branch September 23, 2024 17:18
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.

2 participants