Skip to content

Commit d5f2118

Browse files
authored
Merge pull request #14 from microstates/cl/ignore-example-and-query-coverage
Ignore examples and query in coverage report.
2 parents f8167bf + 9321e90 commit d5f2118

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747
},
4848
"nyc": {
4949
"exclude": [
50-
"**/tests"
50+
"**/tests",
51+
"examples",
52+
"src/query.js"
5153
]
5254
}
5355
}

0 commit comments

Comments
 (0)