Skip to content

Commit 9e539d7

Browse files
Use include-hidden-files: true to upload coverage artifacts (#298)
1 parent 6a0ff60 commit 9e539d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
- name: Upload coverage data
7777
uses: actions/upload-artifact@v4
7878
with:
79+
include-hidden-files: true
7980
name: coverage-${{ matrix.os }}-${{ matrix.py }}
8081
path: "report/.coverage.*"
8182
retention-days: 3

0 commit comments

Comments
 (0)