Tags: hideume/code-coverage
Tags
feat: move istanbul-lib-coverage from peer to prod dependencies
feat: find nyc even if installed higher up (cypress-io#153) * use latest orb * use fixed orb * use custom command * do not need local deps * update before each example * add readme note
feat: handle cy.visit inside before callback (cypress-io#152) * feat: handle before callback * update readme * remove debug console.log calls
feat: warn if missing code coverage information (cypress-io#128) * feat: warn if missing code coverage information * add note to plugin's log messages