Closed fasatrix closed 5 years ago
@bahmutov yup I figured that out myself but it's good you added a note in the documentation. Thanks alot
:tada: This issue has been resolved in version 1.10.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Current behavior:
The
cobertura-coverage.xml
andlcov.info
files are empty despiteout.json
has been filled correctlyMore info Project Structure
I have this
nyc
conf in mypackage.json
Using Crypress runner, it looks like the following command failed but have no control on it(see screenshot below):
but running the command via cli the reporter files (cobertura-coverage.xml, lcov, HTML etc) are still empty. The full command run is:
But you can see the code instrumentation was successful
Desired behavior:
I'd like the cobertura file to be populated so that I will be able to upload the coverage to a third party service such as Codacy
I'd like the
cobertura-coverage.xml
andlcov.info
file to be populatedSteps to reproduce: (app code and test code)
Instrument the code:
Change Cypress configuration as per documentation (plugin and support file ) Run the tests --->
.nycoutput
and coverage folder created and filled with relevant filesVersions
"cypress": "^3.4.1",, windows 10, Chromium