Staging
v0.5.1
https://github.com/python/cpython
Revision 1bebd8a21948652a5f941c550dec06ea84d1d979 authored by Serhiy Storchaka on 04 May 2017, 03:50:28 UTC, committed by GitHub on 04 May 2017, 03:50:28 UTC
(cherry picked from commit 5f161fd86dd5bb936a1a2a13391b13b7e59ec201)
1 parent af71364
Raw File
Tip revision: 1bebd8a21948652a5f941c550dec06ea84d1d979 authored by Serhiy Storchaka on 04 May 2017, 03:50:28 UTC
[3.6] bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (GH-1316). (#1441)
Tip revision: 1bebd8a
.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