diff options
author | Valery Piashchynski <[email protected]> | 2021-01-13 11:52:01 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-13 11:52:01 +0300 |
commit | 581bb5370c89d749b77209b841fec30544c16246 (patch) | |
tree | 68432107ab38e346f1f0ade435cec780ff847400 /codecov.yml | |
parent | a653066b085bcca8e5fa894293fcb11d0206ecd8 (diff) |
exclude tests from codecov
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 |