diff options
author | Valery Piashchynski <[email protected]> | 2021-01-13 15:30:54 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-13 15:30:54 +0300 |
commit | 2a1c6092056c9dc1d725e393da97b72eb65071c4 (patch) | |
tree | 362f0eacdf2373bf208441577c1e69b8337bd71e /codecov.yml | |
parent | f0f2b1aaf8e4df2ab65c6c47d9183f072ac86841 (diff) | |
parent | 2eed81d8fdbf8ee5134bb3b3f4c11c63cf6d757c (diff) |
Merge pull request #473 from spiral/feature/env_variables
feat(env): Add RR system environment variables
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..eb499c3a 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 |