crosvm/infra/recipes
Dennis Kempin 4d1e9f503b infra: Add recipe for generating coverage
The recipe will use the newly added --generate-lcov flag to generate
a profile, which is then uploaded to codecov.io.

The codecov.io uploader is stored in CIPD, and our upload token
is kept secure by Secret Manager.

To prevent token from being leaked in a log, the token is downloaded
and added by a wrapper shell script.

BUG=b:239255082
TEST=./recipes.py run build_coverage

Change-Id: Ie8197864d9ecc12ebefe81235f2d62bd7342d0c7
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3805832
Tested-by: Dennis Kempin <denniskempin@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Dennis Kempin <denniskempin@google.com>
2022-08-04 04:16:00 +00:00
..
build_chromeos.expected infra: Add cros_workon flow to chromeos builder 2022-07-21 18:35:51 +00:00
build_coverage.expected infra: Add recipe for generating coverage 2022-08-04 04:16:00 +00:00
build_coverage.resources infra: Add recipe for generating coverage 2022-08-04 04:16:00 +00:00
build_docs.expected infra: Public API docs at /doc instead of /api 2022-07-29 01:12:44 +00:00
build_linux.expected
build_windows.expected
health_check.expected infra: Add docs builds to health_check recipe 2022-08-01 22:47:50 +00:00
push_to_github.expected
push_to_github.resources
update_chromeos_merges.expected
build_chromeos.proto
build_chromeos.py infra: Add cros_workon flow to chromeos builder 2022-07-21 18:35:51 +00:00
build_coverage.py infra: Add recipe for generating coverage 2022-08-04 04:16:00 +00:00
build_docs.py infra: Public API docs at /doc instead of /api 2022-07-29 01:12:44 +00:00
build_linux.proto
build_linux.py
build_windows.py
health_check.py infra: Add docs builds to health_check recipe 2022-08-01 22:47:50 +00:00
push_to_github.py
update_chromeos_merges.py