mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-05 07:23:06 +00:00
upgrade codecov-action to v4
This commit is contained in:
parent
19484cf19e
commit
0d9fbd1fae
4
.github/workflows/codecov.yml
vendored
4
.github/workflows/codecov.yml
vendored
@ -47,9 +47,9 @@ jobs:
|
||||
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@v3
|
||||
- uses: codecov/codecov-action@v4
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
directory: /tmp/cov/
|
||||
files: /tmp/cov/tests.lcov
|
||||
name: waku-bindings-codecov
|
||||
fail_ci_if_error: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user