• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[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
11    *__init__.py
12    *public/acloud_kernel/*
13    # TODO: Remove the bottom 2 when the files are deleted.
14    *public/__main__.py
15    *setup.py
16