Skip to content

Commit

Permalink
Update continuous-integration-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ishepard authored Apr 29, 2024
1 parent 128f1a7 commit 8bfbbbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Run pytest
run: pytest tests/ --cov=pydriller/ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml

0 comments on commit 8bfbbbc

Please sign in to comment.