hedera-services
hedera-services copied to clipboard
Improve ConsensusService Code Coverage
Add more unit tests to improve code coverage to each class in Consensus Service
- Checked box without issue indicates False negative for coverage where codacy reports 0% coverage but test exists.
- Checked box with Issue indicates the associated issue has been addressed.
- List items in bold represent classes falling below 80% coverage and targeted for improvement
CONSENSUS
- [ ] ConsensusServiceDefinition [0 %]
CODEC
- [ ] ConsensusServiceStateTranslator [95 %]
- [ ] EntityNumCodec [83 %]
HANDLERS
- [ ] ConsensusCreateTopicHandler [91%]
- [ ] ConsensusDeleteTopicHandler [86 %]
- [ ] ConsensusGetTopicInfoHandler [84 %]
- [ ] #13217
- [ ] #13209
- [ ] ConsensusUpdateTopicHandler [89 %]
SCHEMAS
- [ ] InitialModServiceConsensusSchema [0%]
BASE PACKAGE
- [ ] ConsensusServiceImpl [0%]
- [x] ReadableTopicStoreImpl [100 %]
- [x] WritableTopicStore [100 %]