You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Currently, DevOps is expecting Cobertura. But there is some issues with Cobertura and Java 8+. The build logs are lousy with exception because the plugin doesn't know how to process certain code. This likely means the code coverage reports are not accurate. Additionally, it doesn't appear that this plugin is actively maintained, as it hasn't been updated in some time.
An active alternative is JaCoCo. I have a branch that uses that (https://github.com/microsoft/botbuilder-java/tree/trboehre/jacoco), but there is some issue with some unit tests. According to the JaCoCo FAQ, apps that use reflection can encounter problems, and a small number of unit tests are failing in relation to the Jackson parser. I do not have a resolution for that.