camel-tooling / camel-language-server

The Apache Camel LSP server implementation
Apache License 2.0
47 stars 25 forks source link

Restore Code coverage - including webSocket and StaandardIO tests #313

Open apupier opened 4 years ago

apupier commented 4 years ago

due to an upgrade in SonarCloud, we lost the code coverage. We need to find how to reenable it.

apupier commented 4 years ago

seems not due to Sonar upgrade but to the added tests on the Runner main class for WebSocket and StandardIo.

If i disable them I have coverage reported locally.

apupier commented 4 years ago

coverage is currently reported without tests on the Runner main class for WebSocket and StandardIo

apupier commented 3 years ago

wondering if it wasn't caused by some Thread that were leftover: https://github.com/camel-tooling/camel-language-server/pull/605 https://github.com/camel-tooling/camel-language-server/blob/8c8333e8f70a8548bf28bd99d0ef06384d3476c2/src/test/java/com/github/cameltooling/lsp/internal/RunnerStandardIOTest.java#L56