Skip to content

Commit

Permalink
Synchronise codecov action settings with rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz authored and cpu committed Feb 12, 2024
1 parent a35e26d commit 133b644
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -311,10 +311,9 @@ jobs:
- name: Report to codecov.io
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
files: ./lcov.info
fail_ci_if_error: true
verbose: true
fail_ci_if_error: false

nostd:
name: Verify that no-std modes do not rely on libstd

0 comments on commit 133b644

Please sign in to comment.