Skip to content

Commit fa88e08

Browse files
committed
Try that
1 parent 73398cf commit fa88e08

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.nycrc-ci.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

gulp/tasks/unit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const unit = async function() {
1919

2020
const lcovFile = './coverage/lcov.info'
2121
await pack(
22-
'nyc --nycrc-path .nycrc-ci.json --include node_modules/log-process-errors --exclude !node_modules/log-process-errors ava',
22+
'nyc --include node_modules/log-process-errors --exclude !node_modules/log-process-errors ava',
2323
)
2424

2525
const files = await promisify(readdir)('coverage', { encoding: 'utf-8' })

0 commit comments

Comments
 (0)