mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
fix coverage
This commit is contained in:
parent
47f8e1d115
commit
24725e94fa
2 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ If you depend on these features, please raise your voice in
|
|||
|
||||
### Full Changelog
|
||||
|
||||
* New Proxy Core based on sans-io pattern (@mhils)
|
||||
* Remove the legacy protocol stack (@Kriechi)
|
||||
* Remove all deprecated pathod and pathoc tools and modules (@Kriechi)
|
||||
* --- TODO: add new PRs above this line ---
|
||||
* ... and various other fixes, documentation improvements, dependency version bumps, etc.
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ exclude =
|
|||
|
||||
[tool:individual_coverage]
|
||||
exclude =
|
||||
mitmproxy/addons/onboarding.py
|
||||
mitmproxy/addons/termlog.py
|
||||
mitmproxy/connections.py
|
||||
mitmproxy/contentviews/base.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue