From 84caa6b249366a4db393fc93596417c0e850f473 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 30 Oct 2017 21:20:26 +0300 Subject: [PATCH] fix codecov ignore path --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 5255e8b..34a3dd0 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,4 +11,4 @@ coverage: comment: false ignore: - - "dist/test/test-setup/**/*" + - "dist/test/test-setup"