blob: 2106da61725973b81a63a817ec6f245706af4353 [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
Brett Cannon647c3d32017-05-04 14:58:54 -070015 range: 70...90
Brett Cannon34818572017-02-10 14:24:16 -080016 round: down
17 status:
Berker Peksag22ba52b2017-02-14 12:56:13 +030018 changes: off
19 project: off
Brett Cannon647c3d32017-05-04 14:58:54 -070020 patch: off
Brett Cannon34818572017-02-10 14:24:16 -080021parsers:
22 gcov:
23 branch_detection:
24 conditional: true
25 loop: true
26 macro: false
27 method: false
28 javascript:
29 enable_partials: false