File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments