From 581bb5370c89d749b77209b841fec30544c16246 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 13 Jan 2021 11:52:01 +0300 Subject: exclude tests from codecov --- codecov.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'codecov.yml') diff --git a/codecov.yml b/codecov.yml index 75e92a5f..5243383f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -9,4 +9,11 @@ coverage: default: target: auto threshold: 0% - informational: true \ No newline at end of file + informational: true + +# do not include tests folders +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 -- cgit v1.2.3 From 2eed81d8fdbf8ee5134bb3b3f4c11c63cf6d757c Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 13 Jan 2021 13:56:40 +0300 Subject: Add IdleTTL test Add removed state to the worker before it being removed --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codecov.yml') diff --git a/codecov.yml b/codecov.yml index 5243383f..eb499c3a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -10,7 +10,7 @@ coverage: target: auto threshold: 0% informational: true - + # do not include tests folders ignore: - "tests" -- cgit v1.2.3