Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00de33f

Browse files
committed
ci: exclude non-core files from coverage
1 parent 32a374d commit 00de33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"<rootDir>/platform/nativescript"
8080
],
8181
"collectCoverageFrom": [
82-
"**/*.js",
82+
"platform/**/*.js",
8383
"!**/node_modules/**"
8484
],
8585
"moduleDirectories": [

0 commit comments

Comments
 (0)