Skip to content

Commit

Permalink
fix varying coverage name
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Jan 7, 2025
1 parent a102aa6 commit 0688551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- run: uv run coverage run -m pytest
working-directory: cli
env:
COVERAGE_FILE: ../coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
COVERAGE_FILE: ../coverage/.coverage.${{ matrix.os }}-py${{ matrix.python-version }}

- name: store coverage files
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0688551

Please sign in to comment.