diff options
author | Valery Piashchynski <[email protected]> | 2021-09-11 01:04:05 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-11 01:04:05 +0300 |
commit | 0c4dd160a3eec4d76b9b82799c55eea4c5f50629 (patch) | |
tree | abc3eef044d6da54e1ba118637564e4d911e0fa6 /codecov.yml | |
parent | 6984e25ecdfc113400007c45fd69822f09b46ff0 (diff) |
Update .vscode settings
Update codecov
Update configs
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 7 |
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" |