Skip to content

Commit

Permalink
Merge pull request #51 from njzjz-bot/bump-codecov-v4
Browse files Browse the repository at this point in the history
CI: Bump codecov/codecov-action from v3 to v4
  • Loading branch information
kevinwenminion authored Mar 27, 2024
2 parents 079987c + c6f64fb commit c109681
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
export DFLOW_DEBUG=1
coverage run -m unittest -v -f
coverage report
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c109681

Please sign in to comment.