Skip to content

Commit

Permalink
Use correct params
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyscientist committed Sep 19, 2024
1 parent 09e3887 commit 771009b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ jobs:
- name: Store coverage file
uses: actions/upload-artifact@v4
with:
name: coverage
name: coverage-${{ matrix.python_version }}
path: .coverage.${{ matrix.python_version }}
- uses: actions/checkout@v2
coverage:
runs-on: ubuntu-latest
needs: test
Expand All @@ -78,7 +77,9 @@ jobs:
- uses: actions/download-artifact@v4
id: download
with:
name: 'coverage'
path: '.'
pattern: 'coverage-*'
merge-multiple: true
- name: Coverage comment
id: coverage_comment
uses: ewjoachim/python-coverage-comment-action@v3
Expand Down

0 comments on commit 771009b

Please sign in to comment.