summary refs log tree commit diff
path: root/.codecov.yml
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-01-18 12:13:14 +0000
committerAmber Brown <hawkowl@atleastfornow.net>2019-01-18 23:13:14 +1100
commit71b94eac46f1e134bb6955665167db4bd7ea380e (patch)
treea3463b606a7ff2a1fa539f0d4ab0d5c0bff2c97d /.codecov.yml
parentRemove redundant WrappedConnection (#4409) (diff)
downloadsynapse-71b94eac46f1e134bb6955665167db4bd7ea380e.tar.xz
Tweak code coverage settings (#4400)
* Tweak code coverage settings

* Fix manifest

* Newsfile

* Fix commit status?
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 0000000000..a05698a39c
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,15 @@
+comment:
+  layout: "diff"
+
+coverage:
+  status:
+    project:
+      default:
+        target: 0  # Target % coverage, can be auto. Turned off for now
+        threshold: null
+        base: auto
+    patch:
+      default:
+        target: 0
+        threshold: null
+        base: auto