Staging
v0.5.1
Revision 5c7b8f423ab1de6221351036ac4e139861a2f4a6 authored by Berker Peksag on 26 February 2017, 13:07:12 UTC, committed by GitHub on 26 February 2017, 13:07:12 UTC
Backported changes from master:

* b52260d8bf392aa04c48b8c2467a4c034184de86
* 984eef7d6d78e1213d6ea99897343a5059a07c59
* 532519770dea5d353f0b0d718c8881a15c7542df
* 91b0e7d0ca7c59df28f6a6fc1e8eb86a3925b76c
1 parent fae59e1
Raw File
.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