Skip to content

Commit 639020d

Browse files
committed
[FABCJ-214] - Java chaincode gRPC server
add jacocoCoverage exclusion for POJO class ChaincodeServerProperties Signed-off-by: Oleksandr Yamkovyi <[email protected]>
1 parent 851e643 commit 639020d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fabric-chaincode-shim/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ jacocoTestCoverageVerification {
125125
'org.hyperledger.fabric.shim.impl.InvocationTaskExecutor',
126126
'org.hyperledger.fabric.shim.impl.ChaincodeInvocationTask',
127127
'org.hyperledger.fabric.shim.impl.QueryResultsIteratorImpl*',
128-
'org.hyperledger.fabric.shim.impl.ChaincodeMessageFactory']
128+
'org.hyperledger.fabric.shim.impl.ChaincodeMessageFactory',
129+
'org.hyperledger.fabric.shim.ChaincodeServerProperties']
129130
limit {
130131
minimum = 0.86
131132
}

0 commit comments

Comments
 (0)