I have a repo of the main code and then there's a second repo just for E2E Cypress tests. How can I get the code coverage of the main code from the repo of Cypress tests ?
I tried the documentation of Cypress and I'm stuck at the instrumentation step. It doesn't cover my case which is separate repositories. Is there is a way to get this done ?