DEV Community

Discussion on: Combined Unit & E2E Code Coverage: case study on a real life system using Angular, Jest, Cypress & GitLab / CircleCi

Collapse
 
ajsaraujo profile image
Allan Juan

Unfortunately, this is not working anymore. By the end of step 2, Cypress doesn't generate coverage but rather logs this warning:

A warning message with this content: Code coverage tasks were not registered by the plugins file. See support issue for possible workarounds [@cypress/code-coverage]

This is the support issue, but even after reading it I have no idea how to fix it.

Collapse
 
muratkeremozcan profile image
Murat K Ozcan

maybe we should replace cypress/code-coverage with Gleb's new fork npmjs.com/package/@bahmutov/cypres... . Try that one.