Skip to content

Commit

Permalink
Update .nycrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Oct 21, 2024
1 parent 6461613 commit ce55281
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"reportDir": "./coverage",
"reporter": ["lcov", "text"],
"include": ["spec/**/*.spec.js"]
"all": true,
"reporter": [
"lcov",
"text-summary"
],
"include": [
"src/**/*.js"
],
"exclude": [
"**/spec/**"
]
}

0 comments on commit ce55281

Please sign in to comment.