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 1e2d8c7 commit fccae60Copy full SHA for fccae60
gulp/tasks/unit.js
@@ -21,7 +21,7 @@ const unit = async function() {
21
22
await tempFix()
23
24
- await gulpExeca('coveralls --verbose <coverage/lcov.info')
+ await gulpExeca('coveralls <coverage/lcov.info')
25
}
26
27
const tempFix = async function() {
0 commit comments