Skip to content

Commit

Permalink
ci: update codecov-action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Jan 16, 2024
1 parent d4a9de3 commit 4c748d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
run: |
cargo tarpaulin -p ort --features fetch-models --verbose --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false

0 comments on commit 4c748d5

Please sign in to comment.