Skip to content

Commit 3e93f85

Browse files
njzjz-botnjzjz
andauthored
CI: Bump codecov/codecov-action from v3 to v4 (#1491)
See njzjz-bot/njzjz-bot#1. Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
1 parent 78288e6 commit 3e93f85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
run: pip install -e .[test]
2222
- name: Test
2323
run: coverage run --source=./dpgen -m unittest -v && coverage report
24-
- uses: codecov/codecov-action@v3
24+
- uses: codecov/codecov-action@v4
25+
env:
26+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2527
pass:
2628
needs: [build]
2729
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)