summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-15 16:41:33 +0300
committerValery Piashchynski <[email protected]>2021-01-15 16:41:33 +0300
commitbac1a9f8c31b8ac7777ff5be3435259f3e8d5b08 (patch)
tree4441f54c04e2831d4ddc30c5e1679d9914bd8188 /codecov.yml
parente68c8e2eb9ea705e9d846023d545410c7613de64 (diff)
Fix coverage calculation
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/codecov.yml b/codecov.yml
index eb499c3a..55a8b6c0 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -16,4 +16,5 @@ 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
+ - "plugins/kv/memory/plugin_unit_test.go"
+ - "interfaces" \ No newline at end of file