We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acb2c7 commit a7e36b9Copy full SHA for a7e36b9
1 file changed
.github/workflows/build.yml
@@ -42,10 +42,10 @@ jobs:
42
43
- name: Run tests with coverage
44
run: |
45
- pytest
46
- --cov ./tests
47
- --cov-report=xml
48
- --cov-report=term-missing:skip-covered
+ pytest \
+ --cov ./tests \
+ --cov-report=xml \
+ --cov-report=term-missing:skip-covered
49
50
- name: Upload coverage to Codecov
51
uses: codecov/codecov-action@v4
0 commit comments