apache / couchdb-erlfdb

Erlang API for FoundationDB
https://www.foundationdb.org
Apache License 2.0
28 stars 20 forks source link

Publish code coverage #40

Closed kocolosk closed 2 years ago

kocolosk commented 2 years ago

EUnit can generate surefire reports, but I've also seen some Erlang projects publish metrics using Coveralls. There's an Erlang plugin with detailed instructions on how to use it with GitHub Actions.

kocolosk commented 2 years ago

One wrinkle here is that a lot of our code coverage is provided by the bindingtester rather than EUnit. We'll need to think a bit how to unify those coverage reports.