status-im / nimbus-eth2

Nim implementation of the Ethereum Beacon Chain
https://nimbus.guide
Other
543 stars 233 forks source link

Implement a code coverage report for the test suite. #3085

Closed zah closed 3 years ago

zah commented 3 years ago

A lot of our code is still not well covered by tests. It would be useful to have a tool that can track this.

zah commented 3 years ago

Oops, this issue was already existing here: https://github.com/status-im/nimbus-eth2/issues/1829