osmosis-labs / mesh-security

Other
62 stars 8 forks source link

Set up code coverage with `llvm-cov` #143

Closed uint closed 11 months ago

uint commented 12 months ago

Closes #141

Tarpaulin is notoriously inaccurate. I've heard llvm-cov is better. Let's give it a try.

uint commented 12 months ago

Seems to work. I think the codecov report will be more useful once coverage is uploaded for the main branch, but you can already browse files.

An optional last step is for someone with admin in the org to do this: https://docs.codecov.com/docs/how-to-create-a-github-app-for-codecov-enterprise

maurolacy commented 11 months ago

..., but you can already browse files.

Nice reports!