From 24725e94fa023f332c6b8187407a82ab5ec34603 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Tue, 15 Dec 2020 23:50:16 +0100 Subject: [PATCH] fix coverage --- CHANGELOG.md | 2 ++ setup.cfg | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2c7f07ac..3ddf451e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/setup.cfg b/setup.cfg index 10da70cfa..22a91e0a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,6 +42,7 @@ exclude = [tool:individual_coverage] exclude = + mitmproxy/addons/onboarding.py mitmproxy/addons/termlog.py mitmproxy/connections.py mitmproxy/contentviews/base.py