Skip to content

Commit

Permalink
test.yml: Fix output filename (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshekaplan authored Sep 4, 2024
1 parent 8d6a102 commit 353a316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pytest
python -m pip install -e .
coverage run -m pytest .
coverage json --include "src/*" -o ${{ matrix.python-version }}_coverage.json
coverage json --include "src/*" -o coverage.json
- name: "Upload coverage data"
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 353a316

Please sign in to comment.