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 12f7d2cCopy full SHA for 12f7d2c
.github/workflows/rust.yml
@@ -47,6 +47,7 @@ jobs:
47
PROJECT_NAME_UNDERSCORE: masto_thread_renderer
48
CARGO_INCREMENTAL: 0
49
RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests
50
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
51
runs-on: ubuntu-latest
52
steps:
53
- uses: actions/checkout@v4
@@ -86,6 +87,7 @@ jobs:
86
87
token: ${{ secrets.CODECOV_TOKEN }}
88
files: ./lcov.info
89
fail_ci_if_error: true
90
+ if: ${{ env.CODECOV_TOKEN != '' }}
91
92
lint:
93
name: Lint
0 commit comments