diff options
author | Valery Piashchynski <[email protected]> | 2021-01-24 17:04:32 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-24 17:04:32 +0300 |
commit | 3d4ae78320223ad3a1f7b7f6615c2d53283edb3c (patch) | |
tree | 4b726debfb8f939d42e093541f860c87bf1cd4e8 /codecov.yml | |
parent | 597a8338be25490f9c8d17f81253303c41113e83 (diff) |
Add simple workflow documentation
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml index 45fccc1d..43716f56 100644 --- a/codecov.yml +++ b/codecov.yml @@ -17,5 +17,7 @@ ignore: - "plugins/kv/boltdb/plugin_unit_test.go" - "plugins/kv/memcached/plugin_unit_test.go" - "plugins/kv/memory/plugin_unit_test.go" + - "pkg/events/pool_events.go" + - "pkg/events/worker_events.go" - "interfaces" - "systemd"
\ No newline at end of file |