Staging
v0.5.1
https://github.com/python/cpython
Revision bea9d2f6488f01794098d9fd4710b98df1bd9472 authored by Mariatta on 25 February 2017, 00:40:50 UTC, committed by GitHub on 25 February 2017, 00:40:50 UTC
(cherry picked from commit abb3b8ad94d699c8560d94ee9bac9c917b382abe)
(cherry picked from commit 365cb5bb9069273e6970c9d5d17ee2fe5003e7ac)
1 parent f28db60
Raw File
Tip revision: bea9d2f6488f01794098d9fd4710b98df1bd9472 authored by Mariatta on 25 February 2017, 00:40:50 UTC
[3.6] bpo-28556: Update to typing: treat subscripted generics as proxies (GH-265) (GH-268)
Tip revision: bea9d2f
.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