summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-12-01 18:35:28 +0300
committerValery Piashchynski <[email protected]>2021-12-01 18:35:28 +0300
commit005bce86625b8fffdb3657103ee5589cbb6eed87 (patch)
tree15adef89d99954a71f5c45f8748ed7e66e57d7c4 /codecov.yml
parent859a9f696f732fa58dd49427a936fd0fecc0bc7d (diff)
improve codecov
Signed-off-by: Valery Piashchynski <[email protected]>
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"