mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-06 13:02:24 -07:00
added an actual .coveragerc for coverage
This commit is contained in:
parent
f7da7926df
commit
bb3078ca40
2 changed files with 9 additions and 1 deletions
8
.coveragerc
Normal file
8
.coveragerc
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[run]
|
||||||
|
branch = True
|
||||||
|
|
||||||
|
[report]
|
||||||
|
include = *core*, *libs*, *plugins*
|
||||||
|
exclude_lines =
|
||||||
|
pragma: nocover
|
||||||
|
pragma: no cover
|
Loading…
Add table
Add a link
Reference in a new issue