Skip to content

Commit 4ae6752

Browse files
committed
Tweak coverage limits
Signed-off-by: Fedor Tokarev <[email protected]>
1 parent 52e78b5 commit 4ae6752

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fabric-chaincode-shim/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ jacocoTestCoverageVerification {
115115
'org.hyperledger.fabric.contract.ContractRouter',
116116
'org.hyperledger.fabric.contract.routing.impl.ContractDefinitionImpl',
117117
'org.hyperledger.fabric.contract.routing.RoutingRegistry',
118+
'org.hyperledger.fabric.contract.routing.impl.RoutingRegistryImpl',
119+
'org.hyperledger.fabric.contract.routing.impl.SerializerRegistryImpl',
118120
'org.hyperledger.fabric.contract.execution.impl.ContractInvocationRequest',
119121
'org.hyperledger.fabric.contract.routing.TransactionType',
120122
'org.hyperledger.fabric.contract.metadata.MetadataBuilder',
@@ -139,6 +141,8 @@ jacocoTestCoverageVerification {
139141
'org.hyperledger.fabric.contract.execution.impl.ContractInvocationRequest',
140142
'org.hyperledger.fabric.contract.routing.impl.ContractDefinitionImpl',
141143
'org.hyperledger.fabric.contract.routing.RoutingRegistry',
144+
'org.hyperledger.fabric.contract.routing.impl.RoutingRegistryImpl',
145+
'org.hyperledger.fabric.contract.routing.impl.SerializerRegistryImpl',
142146
'org.hyperledger.fabric.shim.impl.Handler',
143147
'org.hyperledger.fabric.shim.ChaincodeBase',
144148
'org.hyperledger.fabric.contract.metadata.MetadataBuilder',

0 commit comments

Comments
 (0)