Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a non-hidden filename for coverage files
The `upload-artifact` action recently introduced a change where by default it no longer uploads hidden files. This affected the `.coverage.*` files produced by Python tests. There is an `include-hidden-files: true` option to change this, but so far in our testing it did not work. Fix the issue by changing the file name to be non-hidden. See actions/upload-artifact#602 and https://hypothes-is.slack.com/archives/C4K6M7P5E/p1725285976308269.
- Loading branch information