mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-02 14:03:12 +00:00
Add token to evade GH limiter
This commit is contained in:
parent
e6f82910fc
commit
11795e85f7
1
.github/workflows/codecov.yml
vendored
1
.github/workflows/codecov.yml
vendored
@ -38,6 +38,7 @@ jobs:
|
||||
grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov;
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
directory: /tmp/cov/
|
||||
name: waku-bindings-codecov
|
||||
fail_ci_if_error: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user