Skip to content

Commit

Permalink
Update bazel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lynskylate authored Jul 12, 2024
1 parent 2470e6e commit e012fdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ jobs:
# Upload coverage report to the codecov.
- name: report
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
files: ./coverage_report/coverage.dat
name: codecov-hessian2-codec
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e012fdf

Please sign in to comment.