Skip to content

Commit 1ab261c

Browse files
disable codecov
1 parent 0d9fbd1 commit 1ab261c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/codecov.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
cargo test --all-features;
4545
cargo test discv5_echo -- --ignored;
4646
cargo test default_echo -- --ignored;
47-
mkdir /tmp/cov;
48-
grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov;
49-
50-
- uses: codecov/codecov-action@v4
51-
with:
52-
token: ${{ secrets.CODECOV_TOKEN }}
53-
files: /tmp/cov/tests.lcov
54-
name: waku-bindings-codecov
55-
fail_ci_if_error: true
47+
# mkdir /tmp/cov;
48+
# grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov;
49+
50+
# - uses: codecov/codecov-action@v4
51+
# with:
52+
# token: ${{ secrets.CODECOV_TOKEN }}
53+
# files: /tmp/cov/tests.lcov
54+
# name: waku-bindings-codecov
55+
# fail_ci_if_error: true

0 commit comments

Comments
 (0)