diff options
author | Valery Piashchynski <[email protected]> | 2021-01-15 16:41:33 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-15 16:41:33 +0300 |
commit | bac1a9f8c31b8ac7777ff5be3435259f3e8d5b08 (patch) | |
tree | 4441f54c04e2831d4ddc30c5e1679d9914bd8188 /codecov.yml | |
parent | e68c8e2eb9ea705e9d846023d545410c7613de64 (diff) |
Fix coverage calculation
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 3 |
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 |