diff options
author | Valery Piashchynski <[email protected]> | 2021-01-28 23:21:56 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-28 23:21:56 +0300 |
commit | fe9e7923ccd49fc75c65306810b5982637b06313 (patch) | |
tree | fa925b634b17792cc7a0433480834136c7d0079f /codecov.yml | |
parent | c5c1583bcfc66cf6876cc04d0dc57941d86c509a (diff) |
Remove folder with tests, remove codecov.yml
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 43716f56..00000000 --- a/codecov.yml +++ /dev/null @@ -1,23 +0,0 @@ -coverage: - status: - project: - default: - target: auto - threshold: 0% - informational: true - patch: - default: - target: auto - threshold: 0% - 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" - - "pkg/events/pool_events.go" - - "pkg/events/worker_events.go" - - "interfaces" - - "systemd"
\ No newline at end of file |