Skip to content

Commit 0494b16

Browse files
committed
test fix coverage
1 parent d0822c4 commit 0494b16

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ jobs:
9797
uses: actions/upload-artifact@v4
9898
with:
9999
name: coverage-${{ matrix.python-version }}-${{ matrix.seaborn-version }}
100-
path: "report/.coverage.*"
100+
path: report/.coverage.*
101+
if-no-files-found: error
102+
include-hidden-files: true
101103

102104
coverage:
103105
name: coverage

0 commit comments

Comments
 (0)