We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e567f commit 0552ea0Copy full SHA for 0552ea0
1 file changed
{{cookiecutter.project_name}}/.github/workflows/test.yaml
@@ -56,6 +56,6 @@ jobs:
56
DISPLAY: :42
57
run: uvx hatch test --cover --python ${{ matrix.python }}
58
- name: generate coverage report
59
- run: hatch run hatch-test.py${{ matrix.python }}:coverage xml
+ run: uvx hatch run hatch-test.py${{ matrix.python }}:coverage xml
60
- name: Upload coverage
61
uses: codecov/codecov-action@v4
0 commit comments