Skip to content

Commit

Permalink
Merge pull request #125 from thepetabyteproject/renovate/codecov-code…
Browse files Browse the repository at this point in the history
…cov-action-4.x
  • Loading branch information
devanshkv authored Feb 2, 2024
2 parents ba89e23 + 22505be commit 891644a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip install pytest pytest-cov
python -m pytest --cov=your --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
Expand Down

0 comments on commit 891644a

Please sign in to comment.