SUSE / salt-netapi-client

Java bindings for the Salt API
MIT License
85 stars 95 forks source link

Add support for measuring code coverage #297

Open renner opened 2 years ago

renner commented 2 years ago

This patch is to add support for measuring the amount of code that is covered by unit tests. It is using the JaCoCo library and maven plugin to create the report. Updating the workflow to show the report on PRs is currently still WIP.