mirror of https://github.com/apache/cloudstack.git
.github: fix codecov action configuration
`token` is documented to work with codecov-action@v4 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
5745674da5
commit
4c27574570
|
|
@ -312,7 +312,7 @@ jobs:
|
||||||
echo -e "Simulator CI Test Results: (only failures listed)\n"
|
echo -e "Simulator CI Test Results: (only failures listed)\n"
|
||||||
python3 ./tools/marvin/xunit-reader.py integration-test-results/
|
python3 ./tools/marvin/xunit-reader.py integration-test-results/
|
||||||
|
|
||||||
- uses: codecov/codecov-action@v3
|
- uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: jacoco-coverage.xml
|
files: jacoco-coverage.xml
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
npm run lint
|
npm run lint
|
||||||
npm run test:unit
|
npm run test:unit
|
||||||
|
|
||||||
- uses: codecov/codecov-action@v3
|
- uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
working-directory: ui
|
working-directory: ui
|
||||||
files: ./coverage/lcov.info
|
files: ./coverage/lcov.info
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue