From ce55281d7f8b6139cc1fefc20d46dd28f8db9633 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:00:58 +0200 Subject: [PATCH] Update .nycrc --- .nycrc | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.nycrc b/.nycrc index ffa6aa7..a4d6355 100644 --- a/.nycrc +++ b/.nycrc @@ -1,5 +1,13 @@ { - "reportDir": "./coverage", - "reporter": ["lcov", "text"], - "include": ["spec/**/*.spec.js"] + "all": true, + "reporter": [ + "lcov", + "text-summary" + ], + "include": [ + "src/**/*.js" + ], + "exclude": [ + "**/spec/**" + ] }