From 1ab261cd92ec38cf641ea618a9b5cd3ab4162595 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Sat, 11 Oct 2025 00:29:06 +0200 Subject: [PATCH] disable codecov --- .github/workflows/codecov.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index ce5a21c..f139980 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -44,12 +44,12 @@ jobs: cargo test --all-features; cargo test discv5_echo -- --ignored; cargo test default_echo -- --ignored; - mkdir /tmp/cov; - grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov; + # mkdir /tmp/cov; + # grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov; - - uses: codecov/codecov-action@v4 - with: - token: ${{ secrets.CODECOV_TOKEN }} - files: /tmp/cov/tests.lcov - name: waku-bindings-codecov - fail_ci_if_error: true + # - uses: codecov/codecov-action@v4 + # with: + # token: ${{ secrets.CODECOV_TOKEN }} + # files: /tmp/cov/tests.lcov + # name: waku-bindings-codecov + # fail_ci_if_error: true