Home | History | Annotate | Download | only in tests
      1 # .coveragerc to control coverage.py
      2 [run]
      3 branch = False
      4 parallel = True
      5 source = lit
      6 
      7 [html]
      8 directory = coverage_html_report
      9 
     10 [report]
     11 omit = Inputs
     12