blob: fcf9df6a7a698e4bd87ed0c1cc4ed70bad8b9887 [file] [log] [blame]
Brett Cannon34818572017-02-10 14:24:16 -08001codecov:
2 notify:
3 require_ci_to_pass: true
Berker Peksag22ba52b2017-02-14 12:56:13 +03004comment: off
5ignore:
6 - "Doc/**/*"
7 - "Misc/*"
8 - "Mac/**/*"
9 - "PC/**/*"
10 - "PCbuild/**/*"
11 - "Tools/**/*"
12 - "Grammar/*"
Brett Cannon34818572017-02-10 14:24:16 -080013coverage:
14 precision: 2
15 range:
16 - 70.0
17 - 100.0
18 round: down
19 status:
Berker Peksag22ba52b2017-02-14 12:56:13 +030020 changes: off
21 project: off
Zachary Ware649a7ca2017-02-12 22:21:19 -060022 patch:
23 default:
Berker Peksag22ba52b2017-02-14 12:56:13 +030024 target: 100%
25 only_pulls: true
26 threshold: 0.05
Brett Cannon34818572017-02-10 14:24:16 -080027parsers:
28 gcov:
29 branch_detection:
30 conditional: true
31 loop: true
32 macro: false
33 method: false
34 javascript:
35 enable_partials: false