Staging
v0.8.1
https://github.com/python/cpython
Revision c7ff163abf428d73d4054754db3c99d06487e3ad authored by Berker Peksag on 03 March 2017, 15:07:18 UTC, committed by GitHub on 03 March 2017, 15:07:18 UTC
Allow developers to not have to either test on N Python versions or
looked through multiple versions of the docs to know whether they can
easily update.

(cherry picked from commit c643a967dd7d33ccefa5b61b38caf40b448057ce)
1 parent 2adc668
Raw File
Tip revision: c7ff163abf428d73d4054754db3c99d06487e3ad authored by Berker Peksag on 03 March 2017, 15:07:18 UTC
Add Python version since deprecation in base64 methods. (#33) (#429)
Tip revision: c7ff163
.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