diff options
author | alyssaq <alyssaquek@gmail.com> | 2018-07-14 11:09:36 -0500 |
---|---|---|
committer | alyssaq <alyssaquek@gmail.com> | 2018-07-18 15:42:07 -0700 |
commit | 5eae3ece4d4cfddb3e72ac18bfc4059bdcc2f6bb (patch) | |
tree | 7a7d38dba9c691f84f0f35896ce2bee7f4fc2669 /.codecov.yml | |
parent | c8b246cee7d01c45fb80f765b06abff433ff46da (diff) | |
download | numpy-5eae3ece4d4cfddb3e72ac18bfc4059bdcc2f6bb.tar.gz |
codecov integration. scipy2018 sprint.
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..5e5890588 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,10 @@ +codecov: + ci: + - !appveyor +coverage: + status: + project: + default: + # Require 1% coverage, i.e., always succeed + target: 1 +comment: off |