diff options
author | Valery Piashchynski <[email protected]> | 2021-12-01 17:42:31 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-01 17:42:31 +0300 |
commit | 859a9f696f732fa58dd49427a936fd0fecc0bc7d (patch) | |
tree | 2475246182900a7341c8b21e50d1da38faa1c928 /codecov.yml | |
parent | c14e4fa638300ccd96bdedfb0200ed8378eebdf2 (diff) | |
parent | 3c9bd1c081ad7a96ab4f1c7c3308e367fee5f478 (diff) |
[#865]: refactoring(sdk): remove unused code
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codecov.yml b/codecov.yml index 088a4d1b..82e69052 100644 --- a/codecov.yml +++ b/codecov.yml @@ -16,9 +16,9 @@ ignore: - "common" - "internal" - "proto" + - "utils" - "tests" - "systemd" - - "utils/to_ptr.go" - "doc" - "bst/bst_test.go" - "pool/static_pool_test.go" |