Skip to content

Commit

Permalink
upload to codecov with token
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 committed Nov 27, 2024
1 parent 9b783d8 commit 1787c7a
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/cargo_llvm_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,11 @@ jobs:
flag-name: nextest+simtest
fail-on-error: true

# - name: Upload coverage data to Codecov
# uses: codecov/codecov-action@v5
# with:
# # TODO token required because of branch protection (https://docs.codecov.com/docs/codecov-tokens#uploading-without-a-token)
# files: target/lcov.info
# flags: nextest+simtest
# disable_search: true
# fail_ci_if_error: true
# verbose: true
- name: Upload coverage data to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: target/lcov.info
flags: nextest+simtest
fail_ci_if_error: true
verbose: true

0 comments on commit 1787c7a

Please sign in to comment.