From c9d49f9d51d9d0e72705db26faa0b340746c111e Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 30 Oct 2017 21:11:46 +0300 Subject: [PATCH] add ignores to codecov report --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 9287769..5255e8b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -9,3 +9,6 @@ coverage: changes: no comment: false + +ignore: + - "dist/test/test-setup/**/*"