Releases: cypress-io/code-coverage
Releases · cypress-io/code-coverage
v1.12.0
1.12.0 (2020-02-11)
Features
- warn if missing code coverage information (#128) (573bc6a)

v1.11.1
1.11.1 (2020-02-08)
Bug Fixes
- deps: update dependency @cypress/browserify-preprocessor to v2.1.3 (b69fcff)
v1.11.0
1.11.0 (2020-01-27)
Features
- keeps track of coverage on each page, and then combines them all into a single report

v1.10.2
1.10.2 (2019-11-14)
Bug Fixes
- stringify coverage object to improve performance (#98) (39dc75a)
v1.10.1
1.10.1 (2019-09-04)
These fixes should help generate coverage report when Cypress is running in a subfolder.
Bug Fixes
- pass .nyc_output temp folder (644b7a2)
- when generating nyc report, pass temp folder (8934c37)
v1.10.0
1.10.0 (2019-08-28)
Features
- use --env coverage=[secure] to disable code coverage (#68) (40a602d)
v1.9.0
1.9.0 (2019-08-18)
Features
- add Nextjs example and middleware, close #63 (7e79816)
v1.8.0
1.8.0 (2019-07-23)
Bug Fixes
Features
- configure reporters, default includes json, close #49 (02489d2)