Commit f76cf294 authored by J. Neuschäfer's avatar J. Neuschäfer

github/workflows: Update coverage workflow to codecov-action@v4.

Fixes: https://github.com/micropython/micropython/issues/14340Signed-off-by: default avatarJ. Neuschäfer <j.ne@posteo.net>
parent d11ca092
......@@ -88,10 +88,11 @@ jobs:
(cd ports/unix && gcov -o build-coverage/py ../../py/*.c || true)
(cd ports/unix && gcov -o build-coverage/extmod ../../extmod/*.c || true)
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Print failures
if: failure()
run: tests/run-tests.py --print-failures
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment