summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/codecov.yml b/codecov.yml
index d895d264..af46376a 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -3,16 +3,19 @@ coverage:
project:
default:
target: auto
- threshold: 0%
+ threshold: 50%
informational: true
patch:
default:
target: auto
- threshold: 0%
+ threshold: 50%
informational: true
# do not include tests folders
ignore:
+ - "common"
+ - "internal"
+ - "proto"
- "tests"
- "plugins/metrics/config_test.go"
- "plugins/websockets/storage/storage_test.go"