Is there an API for the Clover plugin to get coverage statistics in JSON or something similar?
Can Jenkins Api be used to report clover coverage? It seems that this is possible with Cobertura, but cannot find anything for clover.
Unfortunately, the Jenkins Clover plugin does not provide any REST API. What you could try to do is write a plugin that will expose the contents of the clover.xml file through REST. If you are only interested in a coverage summary (i.e. Not for coverage for each individual source line), you can also read the metadata of the assembly results. The Clover plugin already parses the clover.xml file and retains% coverage. Cm:
https://github.com/jenkinsci/clover-plugin/blob/master/src/main/java/hudson/plugins/clover/CloverPublisher.java#L196
Source: https://habr.com/ru/post/1524302/More articles:In the CyberSource test account, where is the Transaction Security Keys setting? - payment-gatewayСоздание нового GSource в GLib - cVolume decreases when recording audio using AVAudioRecorder in iOS - iosHow to change the JDK installed by importing SBT in IntelliJ IDEA? - scalagetActivity () returned null when isDetached () returned false - androidEmbed events in Android without root - androidMagento: enter the country code by country name - phpMake MonoDevelop respect smcs.rsp - monoR: How to quickly make transformations on a subset of a subset (optimize or alternatively "ddply`)? - rNetezza Limit offer with order - netezzaAll Articles