Skip to content

Commit 20024c8

Browse files
authored
Use correct path for code coverage reports (#302)
1 parent 630ecad commit 20024c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.nycrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"all": true,
33
"check-coverage": false,
44
"reporter": ["lcov", "text"],
5-
"include": ["src/**"]
5+
"include": ["lib/**"]
66
}

0 commit comments

Comments
 (0)