mirror of https://github.com/buildinspace/peru.git
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:
parent
3a9620e948
commit
d00b08d09d
|
@ -1,2 +0,0 @@
|
|||
[run]
|
||||
source = peru
|
|
@ -0,0 +1,2 @@
|
|||
[run]
|
||||
source = ../peru
|
Loading…
Reference in New Issue