From 22526a3893ffe7c55dc34b4fb3de784d42f98ea8 Mon Sep 17 00:00:00 2001 From: Diamond Lewis Date: Wed, 1 May 2019 23:37:32 -0500 Subject: [PATCH] (chore): Fix broken codecov --- .nycrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.nycrc b/.nycrc index 4233221321..82a1fc5f1e 100644 --- a/.nycrc +++ b/.nycrc @@ -4,8 +4,7 @@ "text-summary" ], "exclude": [ - "**/spec/**", - "src/" + "**/spec/**" ] }