[Python-checkins] [python/cpython] 5df965: Make code coverage less strict

GitHub noreply at github.com
Wed May 3 14:32:11 EDT 2017


  Branch: refs/heads/loosen-code-coverage
  Home:   https://github.com/python/cpython
  Commit: 5df9659641e0b5e7e3a09619619dad20a626a883
      https://github.com/python/cpython/commit/5df9659641e0b5e7e3a09619619dad20a626a883
  Author: Brett Cannon <brettcannon at users.noreply.github.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M .codecov.yml

  Log Message:
  -----------
  Make code coverage less strict

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% -- and turn off the status checks since they are so inconsistent in terms of flagging a PR as passing/failing.




More information about the Python-checkins mailing list