Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moshekaplan authored Sep 4, 2024
1 parent 93303da commit 88d1139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: "Upload coverage data"
uses: actions/upload-artifact@v4
with:
name: covdata
path: ${{ matrix.python-version }}_coverage.json
name: ${{ matrix.python-version }}_covdata
path: coverage.json

coverage:
name: Coverage
Expand All @@ -58,7 +58,7 @@ jobs:
- name: "Download coverage data"
uses: actions/download-artifact@v4
with:
name: covdata
name: 3.11_covdata
- name: Extract coverage stats
run: |
export TOTAL=$(python -c "import json;print(json.load(open('coverage.json'))['totals']['percent_covered_display'])")
Expand Down

0 comments on commit 88d1139

Please sign in to comment.