diff options
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/codecov.yml b/codecov.yml index 75e92a5f..5243383f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -9,4 +9,11 @@ coverage: default: target: auto threshold: 0% - informational: true
\ No newline at end of file + informational: true + +# do not include tests folders +ignore: + - "tests" + - "plugins/kv/boltdb/plugin_unit_test.go" + - "plugins/kv/memcached/plugin_unit_test.go" + - "plugins/kv/memory/plugin_unit_test.go"
\ No newline at end of file |