Skip to content

Commit 77df9ad

Browse files
committed
codecov: fix Github action workflow
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 3b0e6ac commit 77df9ad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codecov.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ jobs:
4747
cd nonoss && bash -x install-non-oss.sh && cd ..
4848
mvn -P quality -Dsimulator -Dnoredist clean install -T$(nproc)
4949
50-
- uses: codecov/codecov-action@v3
50+
- uses: codecov/codecov-action@v4
5151
with:
5252
files: ./client/target/site/jacoco-aggregate/jacoco.xml
5353
fail_ci_if_error: true
54+
flags: unittests
5455
verbose: true
5556
name: codecov
57+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)