We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5745674 commit 4c27574Copy full SHA for 4c27574
.github/workflows/ci.yml
@@ -312,7 +312,7 @@ jobs:
312
echo -e "Simulator CI Test Results: (only failures listed)\n"
313
python3 ./tools/marvin/xunit-reader.py integration-test-results/
314
315
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
316
with:
317
files: jacoco-coverage.xml
318
fail_ci_if_error: true
.github/workflows/ui.yml
@@ -55,7 +55,7 @@ jobs:
55
npm run lint
56
npm run test:unit
57
58
59
60
working-directory: ui
61
files: ./coverage/lcov.info
0 commit comments