Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Dec 16, 2023
1 parent 4ff912a commit 9903bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Upload coverage results
uses: actions/upload-artifact@v4
with:
name: code-coverage-${{ matrix.python-version }}
name: code-coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }}
path: reports/.coverage*

all_done:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
run: pip install -I -r requirements.txt -r requirements-test.txt

- name: Download all coverage reports
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: reports

Expand Down

0 comments on commit 9903bf0

Please sign in to comment.