Skip to content

Commit 3b294fe

Browse files
authored
CI: Remove broken CodeCov integration (#10564)
This has been silently broken for a while and it's unclear at this point what exactly broke it. Since we rarely look at it and the `grcov` call takes the majority of our CI time, we will remove this for now in the hope that a better alternative will emerge eventually.
1 parent 5d0ae76 commit 3b294fe

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ env:
1818
CARGO_DENY_VERSION: 0.16.4
1919
# renovate: datasource=crate depName=cargo-machete versioning=semver
2020
CARGO_MACHETE_VERSION: 0.7.0
21-
# renovate: datasource=crate depName=grcov versioning=semver
22-
GRCOV_VERSION: 0.8.20
2321
# renovate: datasource=npm depName=pnpm
2422
PNPM_VERSION: 10.3.0
2523
# renovate: datasource=docker depName=postgres
@@ -180,16 +178,6 @@ jobs:
180178
- run: cargo build --tests --workspace
181179
- run: cargo test --workspace
182180

183-
- run: curl -sL https://github.com/mozilla/grcov/releases/download/v${GRCOV_VERSION}/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar xjf -
184-
- run: rustup component add llvm-tools
185-
- run: ./grcov . --binary-path ${CARGO_TARGET_DIR}/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" --ignore "${CARGO_TARGET_DIR}/debug/build/**" -o ${CARGO_TARGET_DIR}/coverage.lcov
186-
187-
- uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
188-
with:
189-
files: ${CARGO_TARGET_DIR}/coverage.lcov
190-
env:
191-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
192-
193181
frontend-lint:
194182
name: Frontend / Lint
195183
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)