Skip to content

Commit

Permalink
Assert .coverage* files are not ignored in artifact upload
Browse files Browse the repository at this point in the history
This addresses #470
  • Loading branch information
j-i-l authored Sep 2, 2024
1 parent 9f7473d commit 9090a73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ jobs:
with:
name: coverage-${{ matrix.python_version }}
path: .coverage.${{ matrix.python_version }}
# By default hidden files/folders (i.e. starting with .) are ignored
include-hidden-files: true

coverage:
name: Coverage
Expand Down

0 comments on commit 9090a73

Please sign in to comment.