We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0e6ac commit 77df9adCopy full SHA for 77df9ad
1 file changed
.github/workflows/codecov.yml
@@ -47,9 +47,11 @@ jobs:
47
cd nonoss && bash -x install-non-oss.sh && cd ..
48
mvn -P quality -Dsimulator -Dnoredist clean install -T$(nproc)
49
50
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
51
with:
52
files: ./client/target/site/jacoco-aggregate/jacoco.xml
53
fail_ci_if_error: true
54
+ flags: unittests
55
verbose: true
56
name: codecov
57
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments