• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# .coveragerc to control coverage.py
2[run]
3branch = False
4parallel = True
5source = lit
6
7[html]
8directory = coverage_html_report
9
10[report]
11omit = Inputs
12