From 20024c8132b52ad3430a05f2eee614d1777eb141 Mon Sep 17 00:00:00 2001 From: Chris Barth Date: Thu, 8 Jun 2023 18:22:46 -0400 Subject: [PATCH] Use correct path for code coverage reports (#302) --- .nycrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nycrc.json b/.nycrc.json index 7db3067c..a366dfbd 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -2,5 +2,5 @@ "all": true, "check-coverage": false, "reporter": ["lcov", "text"], - "include": ["src/**"] + "include": ["lib/**"] }