Staging
v0.5.1
https://github.com/python/cpython
Revision b8f5d07158f171a18be4d42f9769d3c9c073e748 authored by Mariatta on 03 March 2017, 05:50:10 UTC, committed by GitHub on 03 March 2017, 05:50:10 UTC
(cherry picked from commit 23557d59b819f57800ddef0b1373acef8e024670)
1 parent d8b72e4
Raw File
Tip revision: b8f5d07158f171a18be4d42f9769d3c9c073e748 authored by Mariatta on 03 March 2017, 05:50:10 UTC
bpo-29026: Clarify documentation of time.time (GH-34) (GH-417)
Tip revision: b8f5d07
.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