commit | dd243f5c24e8feaa4e3228fa604367fc2dddac69 | [log] [tgz] |
---|---|---|
author | chojoyce <chojoyce@google.com> | Wed Aug 07 17:15:02 2019 +0800 |
committer | chojoyce <chojoyce@google.com> | Fri Aug 09 11:39:19 2019 +0800 |
tree | bf310f23827b8b4f8a70082d257ba611303ceb43 | |
parent | 479aaa12b2259b627da349dbb213b02db70f1d0a [diff] [blame] |
acloud: excluding files from run coverage report Bug: 137613386 Test: . run_tests.sh Change-Id: I293d4e75bfd4ae00ccdbc42ada8c11c58cba6d5c
diff --git a/.coveragerc b/.coveragerc index 7d1f7ac..c2b47f3 100644 --- a/.coveragerc +++ b/.coveragerc
@@ -9,7 +9,10 @@ omit = *_test.py *__init__.py + *_args.py *public/acloud_kernel/* + *public/acloud_common.py + *public/acloud_main.py # TODO: Remove the bottom 2 when the files are deleted. *public/__main__.py *setup.py