Skip to content

Commit 0552ea0

Browse files
authored
Update {{cookiecutter.project_name}}/.github/workflows/test.yaml
1 parent e0e567f commit 0552ea0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • {{cookiecutter.project_name}}/.github/workflows

{{cookiecutter.project_name}}/.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
DISPLAY: :42
5757
run: uvx hatch test --cover --python ${{ matrix.python }}
5858
- name: generate coverage report
59-
run: hatch run hatch-test.py${{ matrix.python }}:coverage xml
59+
run: uvx hatch run hatch-test.py${{ matrix.python }}:coverage xml
6060
- name: Upload coverage
6161
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)