Skip to content

Commit

Permalink
codecov worflow file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKalema committed Jun 8, 2024
1 parent 43e772a commit 1957d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
pytest --cov=src/ tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1957d74

Please sign in to comment.