diff options
author | Valery Piashchynski <[email protected]> | 2021-01-15 19:32:18 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-15 19:32:18 +0300 |
commit | 4c970f1876dfb5918ec2dc1d358a52698c6de040 (patch) | |
tree | 37222d13701c84b00ccc1e5d57844d2756369b5a /codecov.yml | |
parent | f648d96c8516652f3231eb87be1f0a000e12793f (diff) | |
parent | 609fe5057f9f3cc2f7f5104f305f08a0496e8fef (diff) |
Merge pull request #477 from spiral/feature/worker_watcher_testsv2.0.0-beta8
feat(worker_watcher): Add stack tests
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/codecov.yml b/codecov.yml index eb499c3a..45fccc1d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -16,4 +16,6 @@ ignore: - "tests" - "plugins/kv/boltdb/plugin_unit_test.go" - "plugins/kv/memcached/plugin_unit_test.go" - - "plugins/kv/memory/plugin_unit_test.go"
\ No newline at end of file + - "plugins/kv/memory/plugin_unit_test.go" + - "interfaces" + - "systemd"
\ No newline at end of file |