mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-05 20:42:20 -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
|
|
@ -24,4 +24,4 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- "nosetests --with-cov"
|
- "nosetests --with-cov"
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue