We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49c1e8 commit 6dd976cCopy full SHA for 6dd976c
.github/workflows/ports_unix.yml
@@ -88,7 +88,7 @@ jobs:
88
(cd ports/unix && gcov -o build-coverage/py ../../py/*.c || true)
89
(cd ports/unix && gcov -o build-coverage/extmod ../../extmod/*.c || true)
90
- name: Upload coverage to Codecov
91
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
92
with:
93
fail_ci_if_error: true
94
verbose: true
0 commit comments