From 398212ce01b99f54554e5401424ce89721ec313c Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 25 Jul 2022 01:39:04 +0200 Subject: [PATCH] remove `release/` from coverage tests did not provide any meaningful help for this code, they just made the code structure less straightforward. --- codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 11f75c939..899cd7e30 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,7 +7,8 @@ coverage: target: auto threshold: 0.1% paths: - - "!web/" + - "mitmproxy/" + - "examples/addons/" web: target: auto threshold: 0.1%