Replies: 1 comment
-
@noomorph could you advise? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just ran the detox tests in the detox/test folder and I was astonished to see that they seem to generate a test coverage report.
What do I have to generate test coverage for any other project using detox? As far as I could see from the code we have to install
nyc
and use it as test runnernyc jest
.I did that and i also modified our config, but the generate nyc report is empty. I tried playing with the .nycrc file, but the best I could achieve was to list the babel.config.js file?
Is there anything special that needs to be configured in detox to enable code coverage?
Beta Was this translation helpful? Give feedback.
All reactions