Skip to content

Commit

Permalink
DEV: Fix coverage uploads (#2832)
Browse files Browse the repository at this point in the history
* DEV: Fix coverage uploads

Starting 2024-09-02, hidden files are ignored by default: https://redirect.github.com/actions/upload-artifact/issues/602

* list files

* no need to list files
  • Loading branch information
stefan6419846 authored Sep 5, 2024
1 parent 82eac7e commit e694d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
name: coverage-data.${{ matrix.python-version }}-${{ matrix.use-crypto-lib }}
path: .coverage.*
if-no-files-found: ignore
include-hidden-files: true

codestyle:
name: Check code style issues
Expand Down

0 comments on commit e694d55

Please sign in to comment.