provide a way to have multiple types of coverage displayed

Issue #227 new
Dave C created an issue

we have unit tests and e2e / integration tests, both which may provide file coverage - atm it appears we can only provide one or the other. it would be amazing if we could display multiple, this way we know if it’s covered by units, e2e or both

Comments (1)

  1. Anton Korzunov

    🙏 there are many places where there are Cypress tests, but unit tests are not quite around. There are places where it’s the opposite. And there are places where there are both, but how do they overlap?

    These two signals cannot be merged, as the outcome may become a “fake” 100% coverage. We need both, and we need them separated.

  2. Log in to comment