cybercongress / cyber-search

🚀 Toolchain for transactions parsing and processing
https://cybercongress.github.io/cyber-search/
Other
33 stars 14 forks source link

132 Wrong ETH balance: Merge first fixes #191

Closed hleb-albau closed 6 years ago

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 1007


Changes Missing Coverage Covered Lines Changed/Added Lines %
common/src/main/kotlin/fund/cyber/search/model/ethereum/OperationResult.kt 0 1 0.0%
common/src/main/kotlin/fund/cyber/search/model/ethereum/Block.kt 21 22 95.45%
cassandra-service/src/main/kotlin/fund/cyber/cassandra/ethereum/model/Transaction.kt 2 4 50.0%
pumps/ethereum/src/main/kotlin/fund/cyber/pump/ethereum/client/TxExecutionTraceConverter.kt 40 42 95.24%
cassandra-service/src/main/kotlin/fund/cyber/cassandra/ethereum/configuration/Converters.kt 0 4 0.0%
pumps/ethereum/src/main/kotlin/fund/cyber/pump/ethereum/client/EthereumClientConfiguration.kt 0 4 0.0%
common-kafka/src/main/kotlin/fund/cyber/common/kafka/Serialization.kt 3 8 37.5%
pumps/ethereum/src/main/kotlin/fund/cyber/pump/ethereum/client/EthereumBlockchainInterface.kt 0 16 0.0%
pumps/ethereum/src/main/kotlin/fund/cyber/pump/ethereum/client/genesis/EthereumGenesisBundleProvider.kt 0 47 0.0%
<!-- Total: 81 163 49.69% -->
Files with Coverage Reduction New Missed Lines %
pumps/ethereum/src/main/kotlin/fund/cyber/pump/ethereum/client/TxExecutionTraceConverter.kt 1 95.54%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 1008: 1.2%
Covered Lines: 891
Relevant Lines: 3640

💛 - Coveralls