Staging
v0.5.1
https://github.com/python/cpython
Revision 93692b1a7cfd70be2aed33d77da05518d3a41f51 authored by Mariatta on 03 March 2017, 05:56:06 UTC, committed by GitHub on 03 March 2017, 05:56:06 UTC
(cherry picked from commit baf7bb30a02aabde260143136bdf5b3738a1d409)
1 parent b8f5d07
Raw File
Tip revision: 93692b1a7cfd70be2aed33d77da05518d3a41f51 authored by Mariatta on 03 March 2017, 05:56:06 UTC
getpass: update docstrings (GH-49) (GH-419)
Tip revision: 93692b1
.codecov.yml
codecov:
  notify:
    require_ci_to_pass: true
comment: off
ignore:
  - "Doc/**/*"
  - "Misc/*"
  - "Mac/**/*"
  - "PC/**/*"
  - "PCbuild/**/*"
  - "Tools/**/*"
  - "Grammar/*"
coverage:
  precision: 2
  range:
  - 70.0
  - 100.0
  round: down
  status:
    changes: off
    project: off
    patch:
      default:
        target: 100%
        only_pulls: true
        threshold: 0.05
parsers:
  gcov:
    branch_detection:
      conditional: true
      loop: true
      macro: false
      method: false
  javascript:
    enable_partials: false
back to top