Add token to evade GH limiter

This commit is contained in:
Gusto Bacvinka 2023-01-26 22:19:09 +02:00 committed by gusto
parent e6f82910fc
commit 11795e85f7

View File

@ -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