We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3ca3c commit 646a943Copy full SHA for 646a943
.github/workflows/test.yaml
@@ -25,7 +25,7 @@ jobs:
25
- run: pip install -e '.[dev]'
26
27
- name: run tests
28
- run: coverage run -a -m pytest tests
+ run: coverage run -a -m pytest
29
30
- uses: codecov/codecov-action@v4
31
with:
0 commit comments