Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim authored Sep 2, 2024
1 parent de5b08c commit 014130f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,9 @@ jobs:
with:
name: coverage-${{ matrix.python_version }}
path: .coverage.${{ matrix.python_version }}
# By default hidden files/folders (i.e. starting with .) are ignored
# By default hidden files/folders (i.e. starting with .) are ignored.
# You may prefer (for security reason) not setting this and instead
# set COVERAGE_FILE above to not start with a `.`
include-hidden-files: true

coverage:
Expand Down

0 comments on commit 014130f

Please sign in to comment.