We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3eb8b commit caa3799Copy full SHA for caa3799
.github/workflows/tests.yml
@@ -40,6 +40,7 @@ jobs:
40
- name: Store coverage file
41
uses: actions/upload-artifact@v4
42
with:
43
+ include-hidden-files: true
44
name: coverage-${{ matrix.python-version }}
45
path: .coverage.${{ matrix.python-version }}
46
0 commit comments