Skip to content

Commit 475fa88

Browse files
authored
docs: update the environment variable to be upper-case
1 parent 16ef891 commit 475fa88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)