Home
last modified time | relevance | path

Searched full:codecov (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/.github/workflows/
Dcodecov.yaml1 name: Code Coverage with codecov
12 codecov:
131 codecov-results:
133 needs: codecov
135 # the codecov job might be skipped, we don't need to run this job then
221 - name: Upload coverage to Codecov
223 uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
/Zephyr-latest/scripts/ci/
Dtwister_ignore.txt11 .codecov.yml
16 .github/workflows/codecov.yaml
Dcheck_compliance.py1608 elif file == ".codecov.yml":
/Zephyr-latest/
D.codecov.yml1 codecov:
/Zephyr-latest/doc/contribute/
Dcontributor_expectations.rst179 - Code coverage reports for the Zephyr project are available on `Codecov`_.
201 .. _`Codecov`: https://app.codecov.io/gh/zephyrproject-rtos/zephyr target
/Zephyr-latest/doc/releases/
Drelease-notes-2.1.rst928 * :github:`7375` - Codecov does not report coverage of code that is not covered by the native\_posi…