From b189735e0abe751633a264b0a4efe4fa07d02590 Mon Sep 17 00:00:00 2001 From: Chris Barth Date: Thu, 8 Jun 2023 18:06:58 -0400 Subject: [PATCH] Use correct path for code coverage reports --- .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/**"] }