From 8749f8175252f5e2b9ba58ad834045abbc6f976a Mon Sep 17 00:00:00 2001 From: Kasper Mikiewicz Date: Fri, 27 Apr 2018 15:44:49 +0200 Subject: [PATCH] fix(codecov): exclude jest and webpack config --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yml b/codecov.yml index 6e6e17aa..906fc162 100644 --- a/codecov.yml +++ b/codecov.yml @@ -27,3 +27,5 @@ parsers: ignore: - test - lib + - jest.config.js + - webpack.config.js