diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-11-15 10:50:08 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-15 10:50:08 -0600 |
commit | a51288e5d6878da8ac889c8a503a6791e5b2ac43 (patch) | |
tree | 99cfc099208da590f53685c44289a4cffd319a4c /MANIFEST.in | |
parent | Merge pull request #4188 from matrix-org/rav/readme-update-1 (diff) | |
download | synapse-a51288e5d6878da8ac889c8a503a6791e5b2ac43.tar.xz |
Add a coveragerc (#4180)
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 25cdf0a61b..d0e49713da 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -34,6 +34,7 @@ prune .github prune demo/etc prune docker prune .circleci +prune .coveragerc exclude jenkins* recursive-exclude jenkins *.sh |