https://cypress.io logo
Cypress code coverage
# i-need-help
k
Hello! Question when generating code coverage using
@Cypress/code-coverage
for multiple spec/test files run with
cypress run
does it generate code coverage for all these files or just the last one? I am seeing code coverage reset step at the beginning of each test file so I am worried it might not be collecting the data for all tests which is what I need in this situation.
g
did you ever figure this out?