Skip to content

Releases: cypress-io/code-coverage

v3.2.0

15 Apr 14:34
8af71b9
Compare
Choose a tag to compare

3.2.0 (2020-04-15)

Features

  • read nyc report options from package 192 (#193) (8af71b9)

v3.1.0

09 Apr 21:51
461910d
Compare
Choose a tag to compare

3.1.0 (2020-04-09)

Features

  • automatically resolve non-absolute paths to files (#189) (461910d)

v3.0.2

08 Apr 21:32
1fa46c8
Compare
Choose a tag to compare

3.0.2 (2020-04-08)

Bug Fixes

  • do not ask for backend code coverage from non-integration s… (#186) (1fa46c8)

v3.0.1

07 Apr 22:14
fd04395
Compare
Choose a tag to compare

3.0.1 (2020-04-07)

Bug Fixes

v3.0.0

06 Apr 19:21
57bbc6b
Compare
Choose a tag to compare

3.0.0 (2020-04-06)

Features

  • set flag from plugins task that they were registered (#180) (288b61d)

BREAKING CHANGES

  • the task sets an environment variable and needs
    to return its config. The new registration thus looks like this
// your plugins file
module.exports = (on, config) => {
  require('@cypress/code-coverage/task')(on, config)
  // IMPORTANT to return the config object
  // with the any changed environment variables
  return config
}

Support code can check variable Cypress.env('codeCoverageTasksRegistered')
before calling cy.task

  • update readme

  • update examples

  • add small plugins file

  • update readme

  • add example using plugins and support

  • add new example to CI

  • no need to start server in the example

v2.0.5

05 Apr 22:01
ce34d61
Compare
Choose a tag to compare

2.0.5 (2020-04-05)

Bug Fixes

v2.0.4

04 Apr 22:40
Compare
Choose a tag to compare

2.0.4 (2020-04-04)

Bug Fixes

  • deps: update dependency @cypress/browserify-preprocessor to v2.2.1 (7b2e452)

v2.0.3

04 Apr 21:19
c4cb389
Compare
Choose a tag to compare

2.0.3 (2020-04-04)

Bug Fixes

  • update spec filter depending on the mask (#173) (c4cb389)

v2.0.2

04 Apr 19:41
bd09462
Compare
Choose a tag to compare

2.0.2 (2020-04-04)

Bug Fixes

v2.0.1

04 Apr 06:09
Compare
Choose a tag to compare

2.0.1 (2020-04-04)

Bug Fixes

  • deps: update dependency nyc to v15.0.1 (732001d)