We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd07ef4 commit 9ed30f4Copy full SHA for 9ed30f4
1 file changed
{{cookiecutter.project_name}}/.github/workflows/test.yaml
@@ -67,7 +67,7 @@ jobs:
67
MPLBACKEND: agg
68
PLATFORM: ${{ matrix.os }}
69
DISPLAY: :42
70
- run: uvx hatch run ${{ matrix.env}}:run-cov
+ run: uvx hatch run ${{ matrix.env_name }}:run-cov
71
- name: generate coverage report
72
run: uvx hatch run hatch-test.py${{ matrix.python }}:coverage xml
73
- name: Upload coverage
0 commit comments