Skip to content

Commit 014130f

Browse files
authored
Update README.md
1 parent de5b08c commit 014130f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,9 @@ 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
271+
# By default hidden files/folders (i.e. starting with .) are ignored.
272+
# You may prefer (for security reason) not setting this and instead
273+
# set COVERAGE_FILE above to not start with a `.`
272274
include-hidden-files: true
273275

274276
coverage:

0 commit comments

Comments
 (0)