We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5b08c commit 014130fCopy full SHA for 014130f
README.md
@@ -268,7 +268,9 @@ jobs:
268
with:
269
name: coverage-${{ matrix.python_version }}
270
path: .coverage.${{ matrix.python_version }}
271
- # By default hidden files/folders (i.e. starting with .) are ignored
+ # 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 `.`
274
include-hidden-files: true
275
276
coverage:
0 commit comments