Staging
v0.8.1
https://github.com/python/cpython
Revision 37440eef7f9a0c27e13fc9ce0850574bb00688b0 authored by Ethan Furman on 08 December 2020, 19:14:10 UTC, committed by GitHub on 08 December 2020, 19:14:10 UTC
1 parent c168b50
Raw File
Tip revision: 37440eef7f9a0c27e13fc9ce0850574bb00688b0 authored by Ethan Furman on 08 December 2020, 19:14:10 UTC
bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497)
Tip revision: 37440ee
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