File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ You can skip the client-side code coverage hooks by setting the environment vari
373
373
# tell Cypress to set environment variable "coverage" to false
374
374
cypress run --env coverage=false
375
375
# or pass the environment variable
376
- CYPRESS_coverage =false cypress run
376
+ CYPRESS_COVERAGE =false cypress run
377
377
```
378
378
379
379
or set it to ` false ` in the ` cypress.json ` file
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ const registerHooks = () => {
214
214
// pass environment variable coverage=false
215
215
// cypress run --env coverage=false
216
216
// or
217
- // CYPRESS_coverage =false cypress run
217
+ // CYPRESS_COVERAGE =false cypress run
218
218
// see https://on.cypress.io/environment-variables
219
219
220
220
// to avoid "coverage" env variable being case-sensitive, convert to lowercase
You can’t perform that action at this time.
0 commit comments