We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851e643 commit 639020dCopy full SHA for 639020d
1 file changed
fabric-chaincode-shim/build.gradle
@@ -125,7 +125,8 @@ jacocoTestCoverageVerification {
125
'org.hyperledger.fabric.shim.impl.InvocationTaskExecutor',
126
'org.hyperledger.fabric.shim.impl.ChaincodeInvocationTask',
127
'org.hyperledger.fabric.shim.impl.QueryResultsIteratorImpl*',
128
- 'org.hyperledger.fabric.shim.impl.ChaincodeMessageFactory']
+ 'org.hyperledger.fabric.shim.impl.ChaincodeMessageFactory',
129
+ 'org.hyperledger.fabric.shim.ChaincodeServerProperties']
130
limit {
131
minimum = 0.86
132
}
0 commit comments