Staging
v0.8.1
https://github.com/python/cpython
Revision edeaf61b6827ab3a8673aff1fb7717917f08f003 authored by Miss Islington (bot) on 06 July 2020, 23:35:10 UTC, committed by GitHub on 06 July 2020, 23:35:10 UTC
(cherry picked from commit 782f44b8fb07ec33cee148b2b6b4cf53024fe0cd)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
1 parent 6488a4a
Raw File
Tip revision: edeaf61b6827ab3a8673aff1fb7717917f08f003 authored by Miss Islington (bot) on 06 July 2020, 23:35:10 UTC
bpo-41215: Make assertion in the new parser more strict (GH-21364)
Tip revision: edeaf61
codecov.yml
codecov:
  strict_yaml_branch: master
  notify:
    require_ci_to_pass: true
comment: off
ignore:
  - "Doc/**/*"
  - "Misc/**/*"
  - "Mac/**/*"
  - "PC/**/*"
  - "PCbuild/**/*"
  - "Tools/**/*"
  - "Grammar/*"
coverage:
  precision: 2
  range: 70...90
  round: down
  status:
    changes: off
    project: off
    patch: off
parsers:
  gcov:
    branch_detection:
      conditional: true
      loop: true
      macro: false
      method: false
  javascript:
    enable_partials: false
back to top