disable codecov

This commit is contained in:
Ivan Folgueira Bande 2025-10-11 00:29:06 +02:00
parent 0d9fbd1fae
commit 1ab261cd92
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -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