You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2021/02/20 07:03:27 UTC

[couchdb-config] 01/02: Enable eunit coverage

This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a commit to branch sensitive-app-env
in repository https://gitbox.apache.org/repos/asf/couchdb-config.git

commit 05f4d2b2c3d2472082b9d52db6063459eefa376a
Author: Jay Doane <ja...@apache.org>
AuthorDate: Fri Feb 19 22:40:02 2021 -0800

    Enable eunit coverage
---
 rebar.config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rebar.config b/rebar.config
new file mode 100644
index 0000000..e0d1844
--- /dev/null
+++ b/rebar.config
@@ -0,0 +1,2 @@
+{cover_enabled, true}.
+{cover_print_enabled, true}.