cybercongress / cyber-search

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

Refactoring of search API #207

Closed arturalbov closed 6 years ago

arturalbov commented 6 years ago

Refactoring of search API

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 1342


Changes Missing Coverage Covered Lines Changed/Added Lines %
contract-summary/common/src/main/kotlin/fund/cyber/contract/common/CommonConfiguration.kt 0 1 0.0%
search-api/src/main/kotlin/fund/cyber/api/ethereum/handlers/Block.kt 0 1 0.0%
contract-summary/ethereum/src/main/kotlin/fund/cyber/UpdateEthereumContractSummaryApplication.kt 0 2 0.0%
pumps/ethereum/src/main/kotlin/fund/cyber/pump/ethereum/client/TxExecutionTraceConverter.kt 6 8 75.0%
search-api/src/main/kotlin/fund/cyber/api/bitcoin/handlers/Transaction.kt 0 2 0.0%
search-api/src/main/kotlin/fund/cyber/api/common/CommonConfiguration.kt 0 2 0.0%
search-api/src/main/kotlin/fund/cyber/api/ethereum/handlers/Transaction.kt 0 3 0.0%
search-api/src/main/kotlin/fund/cyber/api/bitcoin/handlers/Block.kt 0 3 0.0%
search-api/src/main/kotlin/fund/cyber/api/ethereum/handlers/Uncle.kt 0 3 0.0%
contract-summary/ethereum/src/main/kotlin/fund/cyber/contract/ethereum/EthereumConsumerConfiguration.kt 0 3 0.0%
<!-- Total: 6 83 7.23% -->
Files with Coverage Reduction New Missed Lines %
search-api/src/main/kotlin/fund/cyber/api/ethereum/handlers/Transaction.kt 1 0.0%
search-api/src/main/kotlin/fund/cyber/api/ethereum/dto/Contract.kt 1 0.0%
search-api/src/main/kotlin/fund/cyber/api/search/SearchController.kt 1 0.0%
search-api/src/main/kotlin/fund/cyber/api/bitcoin/handlers/Block.kt 1 0.0%
search-api/src/main/kotlin/fund/cyber/api/ethereum/handlers/Uncle.kt 1 0.0%
<!-- Total: 5 -->
Totals Coverage Status
Change from base Build 1338: -0.2%
Covered Lines: 1455
Relevant Lines: 3626

💛 - Coveralls
arturalbov commented 6 years ago

Closes #178