Skip to content

Commit

Permalink
✨ Rename coverage report to include Python version in filename
Browse files Browse the repository at this point in the history
  • Loading branch information
grelinfo committed Nov 26, 2024
1 parent 252d8e0 commit 2c8b019
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:

- name: Test with pytest
run: uv run pytest
env:
COVERAGE_FILE: .coverage.py${{ matrix.python }}
CONTEXT: py${{ matrix.python }}

- name: Rename coverage report
run: mv .coverage .coverage.py${{ matrix.python }}

- name: Save coverage report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2c8b019

Please sign in to comment.