apache / couchdb-erlfdb

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

Publish code coverage to coveralls.io #42

Closed kocolosk closed 2 years ago

kocolosk commented 2 years ago

This patch set writes coverdata files for both the EUnit tests and the bindingtester tests, and then publishes those files to coveralls.io

See https://coveralls.io/github/apache/couchdb-erlfdb

Closes #40

kocolosk commented 2 years ago

Rebasing the last two commits onto main and merging