forked from OSchip/llvm-project
12 lines
153 B
Plaintext
12 lines
153 B
Plaintext
![]() |
# .coveragerc to control coverage.py
|
||
|
[run]
|
||
|
branch = False
|
||
|
parallel = False
|
||
|
source = lit
|
||
|
|
||
|
[html]
|
||
|
directory = coverage_html_report
|
||
|
|
||
|
[report]
|
||
|
omit = Inputs
|