Skip to content

Commit 9cc1efa

Browse files
authoredMar 29, 2023
Merge pull request #612 from booklearner/patch-1
2 parents 0f2523f + 829e80e commit 9cc1efa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ You can skip the client-side code coverage hooks by setting the environment vari
373373
# tell Cypress to set environment variable "coverage" to false
374374
cypress run --env coverage=false
375375
# or pass the environment variable
376-
CYPRESS_coverage=false cypress run
376+
CYPRESS_COVERAGE=false cypress run
377377
```
378378

379379
or set it to `false` in the `cypress.json` file

‎support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const registerHooks = () => {
214214
// pass environment variable coverage=false
215215
// cypress run --env coverage=false
216216
// or
217-
// CYPRESS_coverage=false cypress run
217+
// CYPRESS_COVERAGE=false cypress run
218218
// see https://on.cypress.io/environment-variables
219219

220220
// to avoid "coverage" env variable being case-sensitive, convert to lowercase

0 commit comments

Comments
 (0)
Please sign in to comment.