Skip to content

Commit

Permalink
test fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Nov 19, 2024
1 parent d0822c4 commit 0494b16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.python-version }}-${{ matrix.seaborn-version }}
path: "report/.coverage.*"
path: report/.coverage.*
if-no-files-found: error
include-hidden-files: true

coverage:
name: coverage
Expand Down

0 comments on commit 0494b16

Please sign in to comment.