Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin CO committed Mar 5, 2025
1 parent 8182766 commit 8e3d726
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage${{ matrix.shard }}
path: .coverage
path: |
coverage.xml
.coverage
if-no-files-found: error
include-hidden-files: true

Expand Down

0 comments on commit 8e3d726

Please sign in to comment.