summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-13 11:52:01 +0300
committerValery Piashchynski <[email protected]>2021-01-13 11:52:01 +0300
commit581bb5370c89d749b77209b841fec30544c16246 (patch)
tree68432107ab38e346f1f0ade435cec780ff847400 /codecov.yml
parenta653066b085bcca8e5fa894293fcb11d0206ecd8 (diff)
exclude tests from codecov
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml9
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