Skip to content

Commit

Permalink
Update codecov with secret
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunhutch authored Jun 27, 2023
1 parent 45f5e8a commit f1c5fa7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pull-request-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest --cov=src -v
pytest --cov=src --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./coverage.xml # coverage report

0 comments on commit f1c5fa7

Please sign in to comment.