Skip to content

Commit

Permalink
CI: Bump codecov/codecov-action from v3 to v4 (#1491)
Browse files Browse the repository at this point in the history
See njzjz-bot/njzjz-bot#1.

Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz-bot and njzjz committed Mar 25, 2024
1 parent 78288e6 commit 3e93f85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
run: pip install -e .[test]
- name: Test
run: coverage run --source=./dpgen -m unittest -v && coverage report
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
pass:
needs: [build]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3e93f85

Please sign in to comment.