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

michellet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d1f6e9  Adding codecov targets and thresholds (#7433)
6d1f6e9 is described below

commit 6d1f6e9df93e81cedecb3796596aec5bf624cce5
Author: michellethomas <[email protected]>
AuthorDate: Mon Jun 3 15:26:42 2019 -0700

    Adding codecov targets and thresholds (#7433)
    
    * Adding codecov targets and thresholds
    
    * Changing diff coverage rules to 1% threshold
    
    * Changing codecov threshold to 0 and removing ignore
---
 .codecov.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 0000000..26d3d24
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,11 @@
+coverage:
+  status:
+    project:
+      default:
+        # Commits pushed to master should not make the overall
+        # project coverage decrease:
+        target: auto
+        threshold: 0%
+    patch:
+      default:
+        threshold: 0%

Reply via email to