Skip to content

Commit 9090a73

Browse files
authored
Assert .coverage* files are not ignored in artifact upload
This addresses #470
1 parent 9f7473d commit 9090a73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ jobs:
268268
with:
269269
name: coverage-${{ matrix.python_version }}
270270
path: .coverage.${{ matrix.python_version }}
271+
# By default hidden files/folders (i.e. starting with .) are ignored
272+
include-hidden-files: true
271273

272274
coverage:
273275
name: Coverage

0 commit comments

Comments
 (0)