Staging
v0.5.1
https://github.com/python/cpython
Revision 784ba7c8ad53638c94270011d55d2536ff0cd2dd authored by Donald Stufft on 02 March 2017, 17:32:13 UTC, committed by GitHub on 02 March 2017, 17:32:13 UTC
1 parent b05d48e
Raw File
Tip revision: 784ba7c8ad53638c94270011d55d2536ff0cd2dd authored by Donald Stufft on 02 March 2017, 17:32:13 UTC
bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (#397)
Tip revision: 784ba7c
.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