Skip to content

Commit dfe80f3

Browse files
fix(codecov): include untested files in report (#23)
1 parent 70b7bf7 commit dfe80f3

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
@@ -29,7 +29,7 @@
2929
},
3030
"scripts": {
3131
"build": "node tools/run-release.js",
32-
"test": "c8 --reporter=lcov --reporter=json ava"
32+
"test": "c8 --reporter=lcov --reporter=json --all --src=tools ava"
3333
},
3434
"private": true
3535
}

0 commit comments

Comments
 (0)