Skip to content

Releases: cypress-io/code-coverage

v2.0.0

30 Mar 17:36
461417a
Compare
Choose a tag to compare

2.0.0 (2020-03-30)

Features

BREAKING CHANGES

  • nyc is no longer a peer dependency, instead
    this module calls its API directly.

  • use nyc as direct dependency

  • feat: use nyc directly as a module

v2.0.0-beta.2

27 Mar 20:19
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2020-03-27)

Features

  • move istanbul-lib-coverage from peer to prod dependencies (3eb6153)

v2.0.0-beta.1

27 Mar 19:07
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2020-03-27)

Features

  • use nyc directly as a module (7cda182)

BREAKING CHANGES

  • nyc is no longer a peer dependency, instead
    this module calls its API directly.

v1.14.0

10 Mar 03:16
e4b9698
Compare
Choose a tag to compare

1.14.0 (2020-03-10)

Features

  • find nyc even if installed higher up (#153) (e4b9698)

v1.13.0

09 Mar 20:55
68b0907
Compare
Choose a tag to compare

1.13.0 (2020-03-09)

Features

  • handle cy.visit inside before callback (#152) (68b0907)

v1.12.2

15 Feb 08:11
Compare
Choose a tag to compare

1.12.2 (2020-02-15)

Bug Fixes

  • deps: update dependency @cypress/browserify-preprocessor to v2.1.4 (ca24001)

v1.12.1

11 Feb 16:46
f3f8de9
Compare
Choose a tag to compare

1.12.1 (2020-02-11)

Bug Fixes

  • increase report timeout to 3 minutes (#135) (f3f8de9)

v1.12.0

11 Feb 02:06
573bc6a
Compare
Choose a tag to compare

1.12.0 (2020-02-11)

Features

  • warn if missing code coverage information (#128) (573bc6a)

Screen Shot 2020-02-10 at 10 47 27 PM

v1.11.1

08 Feb 06:10
Compare
Choose a tag to compare

1.11.1 (2020-02-08)

Bug Fixes

  • deps: update dependency @cypress/browserify-preprocessor to v2.1.3 (b69fcff)

v1.11.0

27 Jan 21:53
Compare
Choose a tag to compare

1.11.0 (2020-01-27)

Features

  • keeps track of coverage on each page, and then combines them all into a single report

Screen Shot 2020-01-27 at 4 51 19 PM