From 99774ad35b91d1f71913c00114668181436931fe Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 12 Aug 2020 17:04:50 +0200 Subject: [PATCH] try to fix failing codecov checks --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 5199eef39..c0d1d94c7 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,10 +4,13 @@ coverage: project: default: false # disable the default status that measures entire project python: + target: auto threshold: 0.1% paths: - "!web/" web: + target: auto + threshold: 0.1% paths: - "web/" codecov: