Staging
v0.8.1
https://github.com/python/cpython
Revision 343d48379c31f31cb0bcc843c537990c4283703d authored by Ned Deily on 04 March 2017, 08:04:48 UTC, committed by GitHub on 04 March 2017, 08:04:48 UTC
(cherry picked from commit cfcd76777e35c83d548d8736f5d7dc92fe56d806)
1 parent 5ddddb1
Raw File
Tip revision: 343d48379c31f31cb0bcc843c537990c4283703d authored by Ned Deily on 04 March 2017, 08:04:48 UTC
bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#459)
Tip revision: 343d483
.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