Staging
v0.5.1
https://github.com/python/cpython
Revision f599f9ea3cdcf280cdf3a72272148895d8fcb3a4 authored by Miss Islington (bot) on 21 July 2020, 00:09:51 UTC, committed by GitHub on 21 July 2020, 00:09:51 UTC
(cherry picked from commit 84761c3cc4bac31d471e371c53a338686d4b0241)

Co-authored-by: Steve Dower <steve.dower@python.org>
1 parent 22d6d88
Raw File
Tip revision: f599f9ea3cdcf280cdf3a72272148895d8fcb3a4 authored by Miss Islington (bot) on 21 July 2020, 00:09:51 UTC
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
Tip revision: f599f9e
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