This is an automated email from the ASF dual-hosted git repository. jaydoane pushed a commit to branch 3.x in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit d32e8c542a1222b40a587a7578456b788acb0217 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}.
