Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing coverage files in GitHub Actions
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
- Loading branch information