blob: 7d1f7acf32584e41c7be49d37275d8a63ad1c0de [file] [log] [blame]
Sam Chiu6add5432018-05-21 18:03:56 +08001[run]
2branch = True
3
4# module names must be listed one per line.
5source =
6 acloud
7
8# omit file patterns must be listed one per line. */.local/* /usr/*
9omit =
10 *_test.py
Kevin Cheng1f471dc2018-05-30 00:04:32 -070011 *__init__.py
12 *public/acloud_kernel/*
13 # TODO: Remove the bottom 2 when the files are deleted.
14 *public/__main__.py
15 *setup.py