Staging
v0.8.1
https://github.com/python/cpython
Revision 91c499f8f94b89c08686ac9e7c81ea1d89221cbc authored by Benjamin Peterson on 26 February 2017, 08:00:09 UTC, committed by GitHub on 26 February 2017, 08:00:09 UTC
1 parent b002328
Raw File
Tip revision: 91c499f8f94b89c08686ac9e7c81ea1d89221cbc authored by Benjamin Peterson on 26 February 2017, 08:00:09 UTC
mark various test data binary (#233) (#304)
Tip revision: 91c499f
.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