C8 is not working with electron
Open
question
- Dominant language
- JavaScript
- Stars
- 2.1k
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
* **Version**:
* **Platform**:
Node Version: v10.19
Platform: Ubuntu 20.04
I am trying to run C8 code coverage for electron.js which is also dependent on node.js and chromium v8. I am trying to do the following:
c8 electron . OR c8 npm start
Upon closing the electron application, c8 was suppose to give code coverage report. it is not giving any report. How do we generate code coverage report by using c8 with electron?
Contributor guide
Assessment
This issue has not been assessed yet.