diff options
author | Erik Johnston <erikj@jki.re> | 2019-01-18 12:13:14 +0000 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-01-18 23:13:14 +1100 |
commit | 71b94eac46f1e134bb6955665167db4bd7ea380e (patch) | |
tree | a3463b606a7ff2a1fa539f0d4ab0d5c0bff2c97d /.codecov.yml | |
parent | Remove redundant WrappedConnection (#4409) (diff) | |
download | synapse-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.yml | 15 |
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 |