We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73398cf commit fa88e08Copy full SHA for fa88e08
.nycrc-ci.json
gulp/tasks/unit.js
@@ -19,7 +19,7 @@ const unit = async function() {
19
20
const lcovFile = './coverage/lcov.info'
21
await pack(
22
- 'nyc --nycrc-path .nycrc-ci.json --include node_modules/log-process-errors --exclude !node_modules/log-process-errors ava',
+ 'nyc --include node_modules/log-process-errors --exclude !node_modules/log-process-errors ava',
23
)
24
25
const files = await promisify(readdir)('coverage', { encoding: 'utf-8' })
0 commit comments