Skip to content

Commit 4cd4d26

Browse files
committed
add note about instrumenting the app
1 parent 9936e28 commit 4cd4d26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,8 @@ $ DEBUG=code-coverage npm run dev
388388
code-coverage saving coverage report using command: "nyc report --report-dir ./coverage --reporter=lcov --reporter=clover --reporter=json" +3ms
389389
```
390390

391+
Common issue: [not instrumenting your application when running Cypress](#instrument-your-application).
392+
391393
## Contributing
392394

393395
You can test changes locally by running tests and confirming the code coverage has been calculated and saved.

0 commit comments

Comments
 (0)