mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
831b11e869
One script to run coverage for the whole smoke test suite, the resulting file can be uploaded to codecov.io for consumption: https://codecov.io/gh/denniskempin/crosvm Another script to run tests + coverage for a single crate, which is useful during development to keep track of coverage while adding tests (IDEs can display the generated lcov.info file) BUG=b:171082843 TEST=Manual testing of both scripts Change-Id: I52384762400a146cb0e7deb3d54dccf59b6134db Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2492914 Reviewed-by: Zach Reizner <zachr@chromium.org> Commit-Queue: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Auto-Submit: Dennis Kempin <denniskempin@google.com>
7 lines
78 B
Text
7 lines
78 B
Text
target/
|
|
**/*.rs.bk
|
|
**/*.sw[po]
|
|
**/*.orig
|
|
**/Cargo.lock
|
|
!/Cargo.lock
|
|
lcov.info
|