Skip to content

Commit

Permalink
update coverge normalization script
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Apr 23, 2024
1 parent f868c3d commit d2c8366
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion local/normalize_coverage_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ sed -i 's/A.0000000000000007.IEVMBridgeTokenMinter/cadence\/contracts\/bridge\/I
sed -i 's/A.0000000000000007.IFlowEVMNFTBridge/cadence\/contracts\/bridge\/IFlowEVMNFTBridge.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.IFlowEVMTokenBridge/cadence\/contracts\/bridge\/IFlowEVMTokenBridge.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.FlowEVMBridge/cadence\/contracts\/bridge\/FlowEVMBridge.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.EVMBridgeRouter/cadence\/contracts\/bridge\/EVMBridgeRouter.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.FlowEVMBridgeAccessor/cadence\/contracts\/bridge\/FlowEVMBridgeAccessor.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.FlowEVMBridgeHandlerInterfaces/cadence\/contracts\/bridge\/FlowEVMBridgeHandlerInterfaces.cdc/' coverage.lcov
sed -i 's/A.0000000000000007.FlowEVMBridgeHandlers/cadence\/contracts\/bridge\/FlowEVMBridgeHandlers.cdc/' coverage.lcov

0 comments on commit d2c8366

Please sign in to comment.