Skip to content

Commit

Permalink
Fix coverage artifact uploading (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki authored Sep 20, 2024
1 parent c984eea commit 0fd07bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-data-${{ matrix.python-version }}
include-hidden-files: true
path: '.coverage.*'
if-no-files-found: ignore

Expand Down

0 comments on commit 0fd07bd

Please sign in to comment.