celestiaorg / smt

A Go library that implements a Sparse Merkle tree for a key-value map.
https://godoc.org/github.com/celestiaorg/smt
MIT License
138 stars 53 forks source link

Coverage tracking broken #47

Closed musalbas closed 3 years ago

musalbas commented 3 years ago

Coverage tracking was broken by https://github.com/celestiaorg/smt/pull/23. New GitHub actions file seems to use codecov, whereas the repo was originally using coveralls. Codecov does not appear to be configured.

musalbas commented 3 years ago

It appears to be configured here: https://app.codecov.io/gh/celestiaorg/smt

Badge should be updated accordingly.