Skip to content

Commit

Permalink
ci: fix uploading coverage results
Browse files Browse the repository at this point in the history
  • Loading branch information
dvp committed Sep 11, 2024
1 parent 7b6ed2e commit 761a53a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ jobs:
with:
name: coverage-data-${{ runner.os }}-${{ matrix.python-version }}
path: ".coverage.*"
include-hidden-files: true
if-no-files-found: error

coverage:
runs-on: ubuntu-latest
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 761a53a

Please sign in to comment.