hyperledger / fabric-gateway

Go, Node and Java client API for Hyperledger Fabric v2.4+
https://hyperledger.github.io/fabric-gateway/
Apache License 2.0
150 stars 88 forks source link

Add Java code coverage #734

Closed bestbeforetoday closed 1 month ago

bestbeforetoday commented 1 month ago

As a contributor I want to see the code coverage of tests So that appropriate test coverage can be maintained

Go and Node implementations already generate unit test coverage data. The Java implementation should too. Jacoco is probably a good choice of tool.