mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-19 21:25:39 +00:00
Merge pull request #313 from arc53/codecov-integration
Update pytest.yml
This commit is contained in:
commit
445a8a5647
5
.github/workflows/pytest.yml
vendored
5
.github/workflows/pytest.yml
vendored
@ -22,3 +22,8 @@ jobs:
|
||||
- name: Test with pytest and generate coverage report
|
||||
run: |
|
||||
python -m pytest --cov=application --cov=scripts --cov=extensions --cov-report xml:/tmp/coverage.xml
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user