• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

input-output-hk / mantis / #288
82%
master: 83%

Build:
Build:
LAST BUILD BRANCH: update_run_mantis_mainet_command
DEFAULT BRANCH: master
Ran 06 Oct 2017 12:11PM UTC
Jobs 1
Files 161
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#288

push

rtkaczyk
minor fixes: unused import; missing semicolon; wrong datadir config

569 of 5845 relevant lines covered (9.73%)

0.1 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/main/scala/io/iohk/ethereum/utils/NodeStatus.scala
1
100.0
src/main/scala/io/iohk/ethereum/mpt/HashByteArraySerializable.scala
1
100.0
src/main/scala/io/iohk/ethereum/domain/TxLogEntry.scala
1
100.0
src/main/scala/io/iohk/ethereum/network/discovery/PeerDiscoveryManager.scala
1
100.0
src/main/scala/io/iohk/ethereum/keystore/Wallet.scala
1
100.0
src/main/scala/io/iohk/ethereum/network/peer.scala
2
100.0
src/main/scala/io/iohk/ethereum/network/rlpx/MessageCodec.scala
2
100.0
src/main/scala/io/iohk/ethereum/network/p2p/Message.scala
2
100.0
src/main/scala/io/iohk/ethereum/jsonrpc/Web3Service.scala
2
100.0
src/main/scala/io/iohk/ethereum/mining/pow/PowCache.scala
2
100.0
src/main/scala/io/iohk/ethereum/network/handshaker/HandshakerState.scala
2
100.0
src/main/scala/io/iohk/ethereum/utils/NumericUtils.scala
2
100.0
src/main/scala/io/iohk/ethereum/vm/ProgramState.scala
2
100.0
src/main/scala/io/iohk/ethereum/vm/PrecompiledContracts.scala
2
100.0
src/main/scala/io/iohk/ethereum/db/storage/pruning/package.scala
2
100.0
src/main/scala/io/iohk/ethereum/network/p2p/MessageSerializableImplicit.scala
3
100.0
src/main/scala/io/iohk/ethereum/network/handshaker/EtcHandshaker.scala
3
100.0
src/main/scala/io/iohk/ethereum/db/storage/ArchiveNodeStorage.scala
3
100.0
src/main/scala/io/iohk/ethereum/rlp/UInt256RLPImplicits.scala
3
100.0
src/main/scala/io/iohk/ethereum/validators/MptListValidator.scala
3
100.0
src/main/scala/io/iohk/ethereum/utils/BigIntExtensionMethods.scala
4
100.0
src/main/scala/io/iohk/ethereum/common/SimpleMap.scala
4
100.0
src/main/scala/io/iohk/ethereum/domain/Block.scala
4
100.0
src/main/scala/io/iohk/ethereum/db/storage/ReadOnlyNodeStorage.scala
4
100.0
src/main/scala/io/iohk/ethereum/network/ForkResolver.scala
4
100.0
src/main/scala/io/iohk/ethereum/network/rlpx/AuthResponseMessageV4.scala
4
100.0
src/main/scala/io/iohk/ethereum/domain/Transaction.scala
4
100.0
src/main/scala/io/iohk/ethereum/network/p2p/messages/package.scala
5
100.0
src/main/scala/io/iohk/ethereum/rlp/package.scala
5
100.0
src/main/scala/io/iohk/ethereum/db/storage/TotalDifficultyStorage.scala
5
100.0
src/main/scala/io/iohk/ethereum/db/storage/ReceiptStorage.scala
5
100.0
src/main/scala/io/iohk/ethereum/db/storage/NodeStorage.scala
5
100.0
src/main/scala/io/iohk/ethereum/db/storage/EvmCodeStorage.scala
5
100.0
src/main/scala/io/iohk/ethereum/db/storage/BlockNumberMappingStorage.scala
5
100.0
src/main/scala/io/iohk/ethereum/network/rlpx/AuthInitiateMessageV4.scala
5
100.0
src/main/scala/io/iohk/ethereum/db/storage/BlockHeadersStorage.scala
5
100.0
src/main/scala/io/iohk/ethereum/db/storage/pruning/RangePrune.scala
6
100.0
src/main/scala/io/iohk/ethereum/domain/package.scala
6
100.0
src/main/scala/io/iohk/ethereum/db/storage/TransactionMappingStorage.scala
6
100.0
src/main/scala/io/iohk/ethereum/blockchain/sync/FastSyncReceiptsValidator.scala
7
100.0
src/main/scala/io/iohk/ethereum/domain/Account.scala
7
100.0
src/main/scala/io/iohk/ethereum/blockchain/sync/PeerListSupport.scala
7
100.0
src/main/scala/io/iohk/ethereum/domain/Address.scala
7
100.0
src/main/scala/io/iohk/ethereum/jsonrpc/JsonRpcError.scala
8
100.0
src/main/scala/io/iohk/ethereum/db/dataSource/EphemDataSource.scala
8
100.0
src/main/scala/io/iohk/ethereum/blockchain/sync/SyncBlocksValidator.scala
8
100.0
src/main/scala/io/iohk/ethereum/network/rlpx/AuthResponseMessage.scala
8
100.0
src/main/scala/io/iohk/ethereum/network/p2p/messages/PV61.scala
8
100.0
src/main/scala/io/iohk/ethereum/jsonrpc/NetService.scala
8
100.0
src/main/scala/io/iohk/ethereum/domain/Receipt.scala
9
100.0
src/main/scala/io/iohk/ethereum/crypto/ECDSASignature.scala
9
100.0
src/main/scala/io/iohk/ethereum/jsonrpc/TransactionRequest.scala
9
100.0
src/main/scala/io/iohk/ethereum/vm/Memory.scala
9
100.0
src/main/scala/io/iohk/ethereum/vm/WorldStateProxy.scala
9
100.0
src/main/scala/io/iohk/ethereum/db/storage/KnownNodesStorage.scala
10
100.0
src/main/scala/io/iohk/ethereum/blockchain/sync/BlacklistSupport.scala
10
100.0
src/main/scala/io/iohk/ethereum/db/storage/encoding/package.scala
10
100.0
src/main/scala/io/iohk/ethereum/ledger/InMemorySimpleMapProxy.scala
11
100.0
src/main/scala/io/iohk/ethereum/rlp/RLPImplicitConversions.scala
11
100.0
src/main/scala/io/iohk/ethereum/jsonrpc/TransactionResponse.scala
11
100.0
src/main/scala/io/iohk/ethereum/db/storage/FastSyncStateStorage.scala
11
100.0
src/main/scala/io/iohk/ethereum/network/rlpx/AuthInitiateEcdsaCodec.scala
11
100.0
src/main/scala/io/iohk/ethereum/network/discovery/DiscoveryConfig.scala
11
100.0
src/main/scala/io/iohk/ethereum/vm/Stack.scala
11
100.0
src/main/scala/io/iohk/ethereum/jsonrpc/server/JsonRpcServer.scala
12
100.0
src/main/scala/io/iohk/ethereum/blockchain/sync/FastSyncStateStorageActor.scala
12
100.0
src/main/scala/io/iohk/ethereum/network/handshaker/Handshaker.scala
13
100.0
src/main/scala/io/iohk/ethereum/crypto/SymmetricCipher.scala
13
100.0
src/main/scala/io/iohk/ethereum/blockchain/sync/BlockBroadcast.scala
13
100.0
src/main/scala/io/iohk/ethereum/db/components/SharedEphemDataSources.scala
14
100.0
src/main/scala/io/iohk/ethereum/network/rlpx/AuthInitiateMessage.scala
14
100.0
src/main/scala/io/iohk/ethereum/vm/EvmConfig.scala
14
100.0
src/main/scala/io/iohk/ethereum/crypto/ConcatKDFBytesGenerator.scala
15
100.0
src/main/scala/io/iohk/ethereum/jsonrpc/ExpiringMap.scala
15
100.0
src/main/scala/io/iohk/ethereum/db/components/Storages.scala
15
100.0
src/main/scala/io/iohk/ethereum/ommers/OmmersPool.scala
15
100.0
src/main/scala/io/iohk/ethereum/db/dataSource/LevelDBDataSource.scala
17
100.0
src/main/scala/io/iohk/ethereum/db/storage/KeyValueStorage.scala
17
100.0
src/main/scala/io/iohk/ethereum/network/handshaker/EtcNodeStatusExchangeState.scala
18
100.0
src/main/scala/io/iohk/ethereum/mpt/Node.scala
19
100.0
src/main/scala/io/iohk/ethereum/crypto/MGF1BytesGeneratorExt.scala
19
100.0
src/main/scala/io/iohk/ethereum/blockchain/sync/PeerRequestHandler.scala
19
100.0
src/main/scala/io/iohk/ethereum/network/p2p/MessageDecoders.scala
19
100.0
src/main/scala/io/iohk/ethereum/mpt/HexPrefix.scala
20
100.0
src/main/scala/io/iohk/ethereum/network/package.scala
20
100.0
src/main/scala/io/iohk/ethereum/db/storage/AppStateStorage.scala
20
100.0
src/main/scala/io/iohk/ethereum/domain/BlockHeader.scala
21
100.0
src/main/scala/io/iohk/ethereum/network/discovery/Node.scala
21
100.0
src/main/scala/io/iohk/ethereum/db/storage/BlockBodiesStorage.scala
22
100.0
src/main/scala/io/iohk/ethereum/domain/DifficultyCalculator.scala
22
100.0
src/main/scala/io/iohk/ethereum/network/handshaker/EtcForkBlockExchangeState.scala
22
100.0
src/main/scala/io/iohk/ethereum/blockchain/sync/SyncController.scala
22
100.0
src/main/scala/io/iohk/ethereum/utils/ByteUtils.scala
23
100.0
src/main/scala/io/iohk/ethereum/crypto/package.scala
23
100.0
src/main/scala/io/iohk/ethereum/network/handshaker/EtcHelloExchangeState.scala
23
100.0
src/main/scala/io/iohk/ethereum/jsonrpc/BlockResponse.scala
24
100.0
src/main/scala/io/iohk/ethereum/ledger/BlockRewardCalculator.scala
24
100.0
src/main/scala/io/iohk/ethereum/ledger/BloomFilter.scala
24
100.0
src/main/scala/io/iohk/ethereum/validators/BlockValidator.scala
26
100.0
src/main/scala/io/iohk/ethereum/network/KnownNodesManager.scala
26
100.0
src/main/scala/io/iohk/ethereum/domain/UInt256.scala
26
100.0
src/main/scala/io/iohk/ethereum/blockchain/sync/BlockchainHostActor.scala
28
100.0
src/main/scala/io/iohk/ethereum/keystore/EncryptedKey.scala
32
100.0
src/main/scala/io/iohk/ethereum/rlp/RLPImplicits.scala
32
100.0
src/main/scala/io/iohk/ethereum/db/storage/ReferenceCountNodeStorage.scala
33
100.0
src/main/scala/io/iohk/ethereum/network/p2p/messages/WireProtocol.scala
34
100.0
src/main/scala/io/iohk/ethereum/network/p2p/messages/PV63.scala
34
100.0
src/main/scala/io/iohk/ethereum/validators/OmmersValidator.scala
34
100.0
src/main/scala/io/iohk/ethereum/keystore/EncryptedKeyJsonCodec.scala
35
100.0
src/main/scala/io/iohk/ethereum/db/dataSource/IodbDataSource.scala
35
100.0
src/main/scala/io/iohk/ethereum/crypto/EthereumIESEngine.scala
40
100.0
src/main/scala/io/iohk/ethereum/network/PeerManagerActor.scala
41
100.0
src/main/scala/io/iohk/ethereum/network/p2p/messages/CommonMessages.scala
41
100.0
src/main/scala/io/iohk/ethereum/keystore/KeyStore.scala
43
100.0
src/main/scala/io/iohk/ethereum/domain/SignedTransaction.scala
44
100.0
src/main/scala/io/iohk/ethereum/transactions/PendingTransactionsManager.scala
44
100.0
src/main/scala/io/iohk/ethereum/blockchain/sync/FastSyncTargetBlockSelector.scala
46
100.0
src/main/scala/io/iohk/ethereum/validators/SignedTransactionValidator.scala
47
100.0
src/main/scala/io/iohk/ethereum/validators/BlockHeaderValidator.scala
48
100.0
src/main/scala/io/iohk/ethereum/network/p2p/messages/PV62.scala
50
100.0
src/main/scala/io/iohk/ethereum/network/PeerEventBusActor.scala
53
100.0
src/main/scala/io/iohk/ethereum/mining/BlockGenerator.scala
53
100.0
src/main/scala/io/iohk/ethereum/rlp/RLP.scala
54
100.0
src/main/scala/io/iohk/ethereum/ledger/InMemoryWorldStateProxy.scala
54
100.0
src/main/scala/io/iohk/ethereum/network/EtcPeerManagerActor.scala
57
100.0
src/main/scala/io/iohk/ethereum/ledger/BlockQueue.scala
57
100.0
src/main/scala/io/iohk/ethereum/blockchain/data/GenesisDataLoader.scala
66
100.0
src/main/scala/io/iohk/ethereum/domain/Blockchain.scala
67
100.0
src/main/scala/io/iohk/ethereum/crypto/ECIESCoder.scala
69
100.0
src/main/scala/io/iohk/ethereum/jsonrpc/PersonalService.scala
70
100.0
src/main/scala/io/iohk/ethereum/network/rlpx/RLPxConnectionHandler.scala
76
100.0
src/main/scala/io/iohk/ethereum/network/PeerActor.scala
84
100.0
src/main/scala/io/iohk/ethereum/jsonrpc/JsonRpcController.scala
84
100.0
src/main/scala/io/iohk/ethereum/jsonrpc/JsonMethodsImplicits.scala
88
100.0
src/main/scala/io/iohk/ethereum/jsonrpc/FilterManager.scala
92
100.0
src/main/scala/io/iohk/ethereum/utils/Config.scala
95
100.0
src/main/scala/io/iohk/ethereum/network/rlpx/AuthHandshaker.scala
101
100.0
src/main/scala/io/iohk/ethereum/network/rlpx/FrameCodec.scala
103
100.0
src/main/scala/io/iohk/ethereum/vm/OpCode.scala
111
100.0
src/main/scala/io/iohk/ethereum/blockchain/sync/RegularSync.scala
180
100.0
src/main/scala/io/iohk/ethereum/jsonrpc/EthJsonMethodsImplicits.scala
195
100.0
src/main/scala/io/iohk/ethereum/jsonrpc/EthService.scala
198
100.0
src/main/scala/io/iohk/ethereum/mpt/MerklePatriciaTrie.scala
212
100.0
src/main/scala/io/iohk/ethereum/ledger/Ledger.scala
238
100.0
src/main/scala/io/iohk/ethereum/blockchain/sync/FastSync.scala
Jobs
ID Job ID Ran Files Coverage
1 #288.1 06 Oct 2017 12:11PM UTC 0
9.73
Source Files on build #288
Detailed source file information is not available for this build.
  • Back to Repo
  • 0bca9f88 on github
  • Prev Build on feature/blockImport
  • Next Build on feature/blockImport
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc