Skip to content

Commit

Permalink
Adding missing dot to coverage file
Browse files Browse the repository at this point in the history
casabre committed Feb 1, 2024
1 parent 1f9b753 commit 51cb069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ jobs:
if: always()
with:
name: coverage-${{ matrix.python }}-${{ matrix.os }}${{ matrix.tests }}
path: "${{ github.workspace }}/coverage*"
path: "${{ github.workspace }}/.coverage*"
retention-days: 1
coverage:
needs: [testing]

0 comments on commit 51cb069

Please sign in to comment.