Staging
v0.8.1
https://github.com/python/cpython
Revision 2adc66848135be8e86ba08690a858737a65ae40d authored by Yury Selivanov on 03 March 2017, 06:05:44 UTC, committed by Yury Selivanov on 03 March 2017, 06:08:10 UTC
1 parent 93692b1
Raw File
Tip revision: 2adc66848135be8e86ba08690a858737a65ae40d authored by Yury Selivanov on 03 March 2017, 06:05:44 UTC
Restore NEWS file after incorrect git automerge
Tip revision: 2adc668
.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