commit | ab0b2a7ee8a21dca387abfd55cd25e88b74af02a | [log] [tgz] |
---|---|---|
author | Prakhar <pasthana@google.com> | Tue Jun 04 17:25:14 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 04 17:25:14 2024 |
tree | 5d0e3c1eee3def9fd51f60e0e0fa435d7bf01148 | |
parent | c330222468550dc5836841b6179b7e7def2e8ce0 [diff] |
Add unit_tests to ToT coverage bots Bug: chromium:40596295 Change-Id: I04010bd9ba848bb5ebed58beea93e448245e8789 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5589840 Auto-Submit: Prakhar Asthana <pasthana@google.com> Reviewed-by: Zhaoyang Li <zhaoyangli@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org>
If you're here to make a change to ‘recipes’ (the code located in the recipes
directory), please take a look at the README for more information pertaining to recipes.
The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores
, with the exception of the special functions RunSteps
and RunTests
in recipes. Use yapf (git cl format --no-clang-format
) to autoformat new code.