You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2017/11/12 16:21:19 UTC

svn commit: r1815026 - /jmeter/trunk/.codecov.yml

Author: pmouawad
Date: Sun Nov 12 16:21:19 2017
New Revision: 1815026

URL: http://svn.apache.org/viewvc?rev=1815026&view=rev
Log:
customize codecov

Added:
    jmeter/trunk/.codecov.yml

Added: jmeter/trunk/.codecov.yml
URL: http://svn.apache.org/viewvc/jmeter/trunk/.codecov.yml?rev=1815026&view=auto
==============================================================================
--- jmeter/trunk/.codecov.yml (added)
+++ jmeter/trunk/.codecov.yml Sun Nov 12 16:21:19 2017
@@ -0,0 +1,26 @@
+codecov:
+  notify:
+    require_ci_to_pass: yes
+
+coverage:
+  precision: 2
+  round: down
+  range: "51...75"
+
+  status:
+    project: yes
+    patch: yes
+    changes: no
+
+parsers:
+  gcov:
+    branch_detection:
+      conditional: yes
+      loop: yes
+      method: no
+      macro: no
+
+comment:
+  layout: "reach, diff, flags, files, footer"
+  behavior: default
+  require_changes: no