Skip to content

Commit

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

Co-authored-by: Yifan Li李一帆 <yifanl0716@gmail.com>
  • Loading branch information
njzjz-bot and Yi-FanLi committed Apr 3, 2024
1 parent bedb9f2 commit 149f5e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ jobs:
run: pip install . coverage
- name: Test
run: cd tests && coverage run --source=../dpti -m unittest && cd .. && coverage combine tests/.coverage && coverage report
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 149f5e3

Please sign in to comment.