-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🚀 Request] Allow to generate extension test coverage using c8 plugin #1160
Comments
Hi @TamiTakamiya We can continue on this issue with your work on test coverage. FYI I was looking for reason why the I would like to do not mix these to approaches by adding mentioned flag back at the moment. But it should be possible to provide new ExTester flag - eg |
@djelinek Thanks for the updates. I started looking at this again with the latest code base. |
I was thinking of using nyc instead of c8 simply because we have been using nyc in our project. However, I got to know that Microsoft's vscode-test-cli now supports code coverage through c8 and it is supporting the |
Draft PR #1227 was created. I will add some more refinements and send it for review. Thanks. |
Describe the request
generate test coverage reports for extension tested by ExTester
https://www.npmjs.com/package/c8
Usage
e38708b
The text was updated successfully, but these errors were encountered: