diff options
author | Valery Piashchynski <[email protected]> | 2021-06-01 00:10:31 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-01 00:10:31 +0300 |
commit | 548ee4432e48b316ada00feec1a6b89e67ae4f2f (patch) | |
tree | 5cd2aaeeafdb50e3e46824197c721223f54695bf /codecov.yml | |
parent | 8cd696bbca8fac2ced30d8172c41b7434ec86650 (diff) | |
parent | df4d316d519cea6dff654bd917521a616a37f769 (diff) |
#660 feat(plugin): `broadcast` and `broadcast-ws` plugins update to RR2
#660 feat(plugin): `broadcast` and `broadcast-ws` plugins update to RR2
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/codecov.yml b/codecov.yml index 43716f56..da01f6f7 100644 --- a/codecov.yml +++ b/codecov.yml @@ -14,10 +14,21 @@ coverage: # 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" + - "plugins/metrics/config_test.go" + - "plugins/websockets/storage/storage_test.go" + - "pkg/bst/bst_test.go" + - "pkg/doc" + - "pkg/pool/static_pool_test.go" + - "pkg/pool/supervisor_test.go" + - "pkg/pubsub" + - "pkg/transport/pipe/pipe_factory_spawn_test.go" + - "pkg/transport/pipe/pipe_factory_test.go" + - "pkg/transport/socket/socket_factory_spawn_test.go" + - "pkg/transport/socket/socket_factory_test.go" + - "pkg/transport/interface.go" + - "pkg/worker/state_test.go" + - "pkg/worker/sync_worker_test.go" + - "pkg/worker/worker_test.go" - "pkg/events/pool_events.go" - "pkg/events/worker_events.go" - - "interfaces" - - "systemd"
\ No newline at end of file + - "systemd" |