Sheng Chen

Results 356 comments of Sheng Chen

Related code is: https://github.com/microsoft/vscode-java-test/blob/794227efdfe574e4d290db636df7cbd1c57b0786/src/controller/utils.ts#L162-L164

Hi @sayonsur, Thank you for your enthusiasm for this feature. Yes, all kind of contribution is welcome! Let me spend some time to do some investigation for this issue. I'll...

Hi @sayonsur, I have some questions: > prerequisite can be jacoco dependency. Do you mean that we will embedded a jacoco jar in the extension? > the output is xml...

The embedded solution looks better since it could avoid breaking changes of the `jacoco`. But one thing we need to take care is about its license. BTW, would you like...

Hi @sayonsur, there is no timeline. Just give it a shot whenever you want. If you meet any problem, just feel free to let me know.

Hi @sayonsur, Please refer to this page: https://github.com/microsoft/vscode-java-test/blob/master/CONTRIBUTING.md If you find anything missing, please let me know. Thanks.

Hey @Yashwin12, Sorry not yet so far. But feel free to contribute if you want. 😃

Just FYI, VS Code team is now working on a test API proposal, which might also include the test coverage support. Let's wait and see what we can do there:...

For everyone who wants to have this feature, could you please answer the following question to help us better understand the use case? - What's the coverage tool you are...

@baincd Thank you for the detailed suggestions. The current state is that we are waiting the VS Code to publish the test coverage API: https://github.com/microsoft/vscode/issues/123713 About adding `postLaunchTask`, I would...