Skip to content

Commit

Permalink
[#1019] Add codecov file to control limits for passing (#1021)
Browse files Browse the repository at this point in the history
* Remove numpy restriction

Bug fixed

* Upgrade pip

* Remove specific version of flake8

'\' in comments now need to be escaped

* Add basepython section

* Try using pypy3.5

* Go back to pypy3 and remove basepython block

* Don't need to run build_test for all builds - only 3.6

* Remove warning from coverage

* Undo previous change

* Try disabling faulthandler

* Remove --no-faulthandler

* pypy needs an older version of pytest

See pytest-dev/pytest#5807

* Use platform_python_implementation since implementation_name is not defined on Python2

* Try to get back to the initial coverage

* Do the same thing for build_test

* Remove redundant pip

* Add codecov file to try to control limits for passing
  • Loading branch information
texasaggie97-zz authored and marcoskirsch committed Sep 3, 2019
1 parent 15958cc commit f02e6c8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
coverage:
precision: 2
round: down
range: "70...100"

status:
project:
default:
threshhold: 5%
patch:
default:
threshhold: 5%


0 comments on commit f02e6c8

Please sign in to comment.