Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CI wrt broken coverage upload artifact (#1210)
Apparently the GitHub action https://github.com/actions/upload-artifact released a breaking change actions/upload-artifact#602 (not following semver guidelines) which is affecting our CodeCov job as it's no longer able to download artifacts that were supposed to be uploaded from our tests in earlier jobs in the CI. According to suggestion in https://github.com/actions/upload-artifact/pull/607/files, set include include-hidden-files: true, so that our workflow continues to work as it was before.
- Loading branch information