camel-tooling / camel-lsp-client-vscode

This is a client implementation of the Apache Camel Language Server Protocol for Visual Studio Code
Apache License 2.0
25 stars 13 forks source link

Configure build to provide test coverage in Sonar #34

Open apupier opened 6 years ago

apupier commented 6 years ago

our first test is coming, now it will be nice to be able to see a part of the coverage https://github.com/camel-tooling/camel-lsp-client-vscode/pull/33

apupier commented 5 years ago

seems possible at cost of "a lot of" custom code to maintain: https://rpeshkov.net/blog/vscode-extension-coverage/

apupier commented 5 years ago

another repo example https://github.com/codecov/example-typescript-vscode-extension also requiring "a lot of" custom code to maintain