diff options
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" |