Skip to content

Commit

Permalink
ci: fix failures in code coverage uploads (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag authored Dec 18, 2024
1 parent abdbf80 commit fdf7b23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.os }}-${{ matrix.python-version }}
path: .coverage*
path: .coverage.${{ matrix.os }}.${{ matrix.python-version }}
if-no-files-found: error
include-hidden-files: true

coverage:
name: report coverage
Expand Down

0 comments on commit fdf7b23

Please sign in to comment.