Skip to content

Commit

Permalink
Fix updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
katdom13 committed May 17, 2024
1 parent 3f99b83 commit 6af13f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Store test coverage
uses: actions/upload-artifact@v4
with:
name: coverage
name: coverage-data-${{ matrix.python }}
path: .coverage.*

coverage:
Expand All @@ -90,7 +90,8 @@ jobs:
- name: Retrieve test coverage
uses: actions/download-artifact@v4
with:
name: coverage
pattern: coverage-data-*
merge-multiple: true

- name: Check coverage
run: tox -e coverage

0 comments on commit 6af13f8

Please sign in to comment.