Skip to content

Commit 5516387

Browse files
committed
try alternative codecov upload
1 parent 458e671 commit 5516387

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ jobs:
4949
- name: Test with pytest
5050
shell: bash -l {0}
5151
run: |
52-
coverage run -m pytest tests/test*.py
53-
coverage report
54-
coverage xml
52+
pytest --cov --cov-branch --cov-report=xml
5553
5654
- name: Upload coverage reports to Codecov
5755
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)