You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2017/12/11 23:47:03 UTC

[GitHub] nickva closed pull request #1061: Add coverage reports to more applications

nickva closed pull request #1061: Add coverage reports to more applications
URL: https://github.com/apache/couchdb/pull/1061
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/src/chttpd/rebar.config b/src/chttpd/rebar.config
new file mode 100644
index 0000000000..e0d18443bc
--- /dev/null
+++ b/src/chttpd/rebar.config
@@ -0,0 +1,2 @@
+{cover_enabled, true}.
+{cover_print_enabled, true}.
diff --git a/src/couch_index/rebar.config b/src/couch_index/rebar.config
new file mode 100644
index 0000000000..e0d18443bc
--- /dev/null
+++ b/src/couch_index/rebar.config
@@ -0,0 +1,2 @@
+{cover_enabled, true}.
+{cover_print_enabled, true}.
diff --git a/src/couch_mrview/rebar.config b/src/couch_mrview/rebar.config
new file mode 100644
index 0000000000..e0d18443bc
--- /dev/null
+++ b/src/couch_mrview/rebar.config
@@ -0,0 +1,2 @@
+{cover_enabled, true}.
+{cover_print_enabled, true}.
diff --git a/src/fabric/rebar.config b/src/fabric/rebar.config
index df35ac6393..362c8785e2 100644
--- a/src/fabric/rebar.config
+++ b/src/fabric/rebar.config
@@ -10,6 +10,5 @@
 % License for the specific language governing permissions and limitations under
 % the License.
 
-{deps, [
-    {meck, ".*", {git, "https://github.com/apache/couchdb-meck.git", {tag, "0.8.8"}}}
-]}.
+{cover_enabled, true}.
+{cover_print_enabled, true}.
diff --git a/src/rexi/rebar.config b/src/rexi/rebar.config
new file mode 100644
index 0000000000..e0d18443bc
--- /dev/null
+++ b/src/rexi/rebar.config
@@ -0,0 +1,2 @@
+{cover_enabled, true}.
+{cover_print_enabled, true}.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services