We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15da0ba commit 70eb7c7Copy full SHA for 70eb7c7
1 file changed
.github/workflows/Tests.yaml
@@ -31,7 +31,7 @@ jobs:
31
run: hatch test --all --cover-quiet --verbose
32
33
- name: Generate report
34
- run: hatch env run -e hatch-test.py3.12 coverage xml
+ run: hatch env run -e hatch-test.py3.13 coverage xml
35
36
- name: Upload coverage
37
uses: codecov/codecov-action@v5
0 commit comments