Skip to content

Commit fccae60

Browse files
committed
Remove coveralls --verbose flag
1 parent 1e2d8c7 commit fccae60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp/tasks/unit.js

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

2222
await tempFix()
2323

24-
await gulpExeca('coveralls --verbose <coverage/lcov.info')
24+
await gulpExeca('coveralls <coverage/lcov.info')
2525
}
2626

2727
const tempFix = async function() {

0 commit comments

Comments
 (0)