File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ jobs:
314314 echo -e "Simulator CI Test Results: (only failures listed)\n"
315315 python3 ./tools/marvin/xunit-reader.py integration-test-results/
316316
317- - uses : codecov/codecov-action@v4
317+ - uses : codecov/codecov-action@v5
318318 with :
319319 files : jacoco-coverage.xml
320320 fail_ci_if_error : true
Original file line number Diff line number Diff line change 4949 cd nonoss && bash -x install-non-oss.sh && cd ..
5050 mvn -P quality -Dsimulator -Dnoredist clean install -T$(nproc)
5151
52- - uses : codecov/codecov-action@v4
52+ - uses : codecov/codecov-action@v5
5353 with :
5454 files : ./client/target/site/jacoco-aggregate/jacoco.xml
5555 fail_ci_if_error : true
Original file line number Diff line number Diff line change 5555 npm run lint
5656 npm run test:unit
5757
58- - uses : codecov/codecov-action@v4
58+ - uses : codecov/codecov-action@v5
5959 with :
6060 working-directory : ui
6161 files : ./coverage/lcov.info
You can’t perform that action at this time.
0 commit comments