We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4718c3c commit 4213b34Copy full SHA for 4213b34
2 files changed
.github/workflows/test.yml
@@ -44,6 +44,8 @@ jobs:
44
python-version: ${{ matrix.python-version }}
45
enable-cache: true
46
- name: Run tests
47
+ env:
48
+ COVERAGE_FILE: .coverage/coverage.${{ matrix.python-version }}
49
run: uvx --with tox-uv tox r -e py
50
- name: Store coverage files
51
uses: actions/upload-artifact@v4
pyproject.toml
@@ -120,7 +120,7 @@ description =
120
uv_resolution =
121
py39: lowest
122
set_env =
123
- !report: COVERAGE_FILE=.coverage/coverage.{envname}
+ !report: COVERAGE_FILE={env:COVERAGE_FILE:.coverage/coverage.{envname}}
124
commands =
125
coverage run -m pytest -ra -q
126
dependency_groups =
0 commit comments