Skip to content

Commit

Permalink
github/workflows: Update coverage workflow to codecov-action@v4.
Browse files Browse the repository at this point in the history
Fixes: micropython#14340

Signed-off-by: J. Neuschäfer <[email protected]>
  • Loading branch information
neuschaefer committed Apr 20, 2024
1 parent d11ca09 commit f76cf29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ports_unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f76cf29

Please sign in to comment.