This is an automated email from the ASF dual-hosted git repository. jaydoane pushed a commit to branch smoosh-eunit-coverage in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 983b2e637faa3f2c01d4b0b4e2be709d7214b672 Author: Jay Doane <[email protected]> AuthorDate: Sat Mar 26 15:44:49 2022 -0700 Give smoosh eunit test coverage --- src/smoosh/rebar.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/smoosh/rebar.config b/src/smoosh/rebar.config new file mode 100644 index 0000000..e0d1844 --- /dev/null +++ b/src/smoosh/rebar.config @@ -0,0 +1,2 @@ +{cover_enabled, true}. +{cover_print_enabled, true}.
