Skip to content

Commit

Permalink
Use codecov 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Aug 2, 2024
1 parent 792a9b3 commit 8aa30fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ jobs:
python -m pytest -c pyproject.toml --cov-config=.coveragerc --cov-report=xml --color=yes selector
- name: CodeCov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.5
with:
token: ${{ secrets.CODECOV_TOKEN }}
# Temp fix for https://github.com/codecov/codecov-action/issues/1487
# version: v0.6.0
version: v0.6.0
fail_ci_if_error: true
file: ./coverage.xml
flags: unittests
Expand Down

0 comments on commit 8aa30fb

Please sign in to comment.