move .coveragerc into tests

Summary:
I think `coverage` stopped reading `.coveragerc` when we changed the
directory it runs in. That would explain why our coverage currently
claims to be 50%...

Test Plan: Blind faith.

Reviewers: sean

Reviewed By: sean

Differential Revision: https://phabricator.buildinspace.com/D183
This commit is contained in:
Jack O'Connor 2015-01-26 17:05:34 -08:00
parent 3a9620e948
commit d00b08d09d
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +0,0 @@
[run]
source = peru

2
tests/.coveragerc Normal file
View File

@ -0,0 +1,2 @@
[run]
source = ../peru