summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/codecov.yml b/codecov.yml
index 82e69052..7554dabf 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -14,13 +14,17 @@ coverage:
# do not include tests folders
ignore:
- "common"
- - "internal"
+ - "internal/protocol.go"
- "proto"
- "utils"
- "tests"
- "systemd"
- "doc"
+ # is not ready yet
+ - "worker_watcher/container/queue"
- "bst/bst_test.go"
+ - "bst/doc.go"
+ - "bst/interface.go"
- "pool/static_pool_test.go"
- "pool/supervisor_test.go"
- "transport/pipe/pipe_factory_spawn_test.go"