Skip to content

Commit

Permalink
iox-#75 Use token for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Apr 22, 2024
1 parent 9dc53cf commit 61f740c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ jobs:
--ignore "**/.cargo/*" \
--output-path target/debug/lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: target/debug/lcov.info
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 61f740c

Please sign in to comment.