Skip to content

Commit

Permalink
Merge pull request #349 from pymc-labs/codecov
Browse files Browse the repository at this point in the history
Update `codecov-action@v3` to `v4`
  • Loading branch information
drbenvincent authored Jun 5, 2024
2 parents 1b5c166 + 92d0031 commit 6dc7fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pip install -e .[test]
pytest --cov-report=xml --no-cov-on-fail
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # use token for more robust uploads
name: ${{ matrix.python-version }}
Expand Down

0 comments on commit 6dc7fc0

Please sign in to comment.