mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-05-05 10:13:15 +00:00
disable codecov
This commit is contained in:
parent
0d9fbd1fae
commit
1ab261cd92
16
.github/workflows/codecov.yml
vendored
16
.github/workflows/codecov.yml
vendored
@ -44,12 +44,12 @@ jobs:
|
|||||||
cargo test --all-features;
|
cargo test --all-features;
|
||||||
cargo test discv5_echo -- --ignored;
|
cargo test discv5_echo -- --ignored;
|
||||||
cargo test default_echo -- --ignored;
|
cargo test default_echo -- --ignored;
|
||||||
mkdir /tmp/cov;
|
# mkdir /tmp/cov;
|
||||||
grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov;
|
# grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov;
|
||||||
|
|
||||||
- uses: codecov/codecov-action@v4
|
# - uses: codecov/codecov-action@v4
|
||||||
with:
|
# with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
# token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
files: /tmp/cov/tests.lcov
|
# files: /tmp/cov/tests.lcov
|
||||||
name: waku-bindings-codecov
|
# name: waku-bindings-codecov
|
||||||
fail_ci_if_error: true
|
# fail_ci_if_error: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user