[Python-checkins] [python/cpython] 647c3d: Make code coverage less strict (GH-1438)

GitHub noreply at github.com
Thu May 4 17:58:56 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 647c3d381e67490e82cdbbe6c96e46d5e1628ce2
      https://github.com/python/cpython/commit/647c3d381e67490e82cdbbe6c96e46d5e1628ce2
  Author: Brett Cannon <brettcannon at users.noreply.github.com>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    M .codecov.yml

  Log Message:
  -----------
  Make code coverage less strict (GH-1438)

Set the target to be 90% since there is enough OS-specific code and things that require manual testing that we will never hit 100%. Also turn off the status checks since they are so inconsistent in terms of flagging a PR as passing/failing that they aren't useful and can actually block merging from a phone.




More information about the Python-checkins mailing list