Skip to content

Commit 4f7c176

Browse files
committed
ci: adds nyc config
1 parent 0ce58e2 commit 4f7c176

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
coverage
12
node_modules
23
.*
34
~*

nyc.config.cjs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
reporter : [ "html", "cobertura" ],
3+
include : [ "core/**" ],
4+
};

0 commit comments

Comments
 (0)