ci: turn off coverage by default (#11917)

This commit is contained in:
Alex Rudenko 2024-02-14 09:30:43 +01:00 committed by GitHub
parent 6cd0ce75d0
commit 0e43d8ec25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ const {
.scriptName('@puppeteer/mocha-runner')
.option('coverage', {
boolean: true,
default: true,
default: false,
})
.option('suggestions', {
boolean: true,