Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/.github/workflows/
Dcodecov.yaml1 name: Code Coverage with codecov
12 codecov:
72 … steps.ccache_cache_prop.outputs.repo }}-${{github.event_name}}-${{matrix.platform}}-codecov-ccache
113 codecov-results:
115 needs: codecov
117 # the codecov job might be skipped, we don't need to run this job then
168 - name: Upload coverage to Codecov
170 uses: codecov/codecov-action@v3
/Zephyr-Core-3.4.0/
D.codecov.yml1 codecov:
/Zephyr-Core-3.4.0/scripts/ci/
Dtwister_ignore.txt11 .codecov.yml
Dcheck_compliance.py1081 elif file == ".codecov.yml":
/Zephyr-Core-3.4.0/doc/contribute/
Dcontributor_expectations.rst128 - Code coverage reports for the Zephyr project are available on `Codecov`_.
143 .. _`Codecov`: https://app.codecov.io/gh/zephyrproject-rtos/zephyr target
/Zephyr-Core-3.4.0/doc/releases/
Drelease-notes-2.1.rst928 * :github:`7375` - Codecov does not report coverage of code that is not covered by the native\_posi…