We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1eab74c + 0fd07bd commit 99d5dfbCopy full SHA for 99d5dfb
.github/workflows/ci.yml
@@ -82,6 +82,7 @@ jobs:
82
uses: actions/upload-artifact@v4
83
with:
84
name: coverage-data-${{ matrix.python-version }}
85
+ include-hidden-files: true
86
path: '.coverage.*'
87
if-no-files-found: ignore
88
0 commit comments