diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-08-29 22:19:57 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-29 22:19:57 +1000 |
commit | e7011280c7796e437ba34ed97033b120b8556043 (patch) | |
tree | 7061d4ed497cb6d4ef5742bf563e7daad952d64b /.coveragerc | |
parent | Add a link to python's logging config schema (#5926) (diff) | |
download | synapse-e7011280c7796e437ba34ed97033b120b8556043.tar.xz |
Fix coverage in sytest and use plugins for buildkite (#5922)
Diffstat (limited to '.coveragerc')
-rw-r--r-- | .coveragerc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc index e9460a340a..11f2ec8387 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,8 @@ [run] branch = True parallel = True -include = synapse/* +include=$TOP/synapse/* +data_file = $TOP/.coverage [report] precision = 2 |