Skip to content

Commit cb0172d

Browse files
committed
chore: Leave check-coverage to nyc report CLI
1 parent 6a639ff commit cb0172d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nyc.config.cjs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
'use strict';
22

3-
module.exports = require('@cfware/nyc')
4-
.checkCoverage();
3+
module.exports = require('@cfware/nyc');

0 commit comments

Comments
 (0)