Skip to content

Commit 0d9fbd1

Browse files
upgrade codecov-action to v4
1 parent 19484cf commit 0d9fbd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
mkdir /tmp/cov;
4848
grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov;
4949
50-
- uses: codecov/codecov-action@v3
50+
- uses: codecov/codecov-action@v4
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}
53-
directory: /tmp/cov/
53+
files: /tmp/cov/tests.lcov
5454
name: waku-bindings-codecov
5555
fail_ci_if_error: true

0 commit comments

Comments
 (0)