We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d6a0e commit 263f413Copy full SHA for 263f413
.github/workflows/rust.yml
@@ -48,6 +48,8 @@ jobs:
48
CARGO_INCREMENTAL: 0
49
RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests
50
runs-on: ubuntu-latest
51
+ env:
52
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
53
steps:
54
- uses: actions/checkout@v4
55
- uses: actions-rs/toolchain@v1
@@ -86,6 +88,7 @@ jobs:
86
88
token: ${{ secrets.CODECOV_TOKEN }}
87
89
files: ./lcov.info
90
fail_ci_if_error: true
91
+ if: ${{ env.CODECOV_TOKEN != '' }}
92
93
lint:
94
name: Lint
0 commit comments