summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/codecov.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml
new file mode 100644
index 0000000000..2106da6172
--- /dev/null
+++ b/.github/codecov.yml
@@ -0,0 +1,29 @@
+codecov:
+ notify:
+ require_ci_to_pass: true
+comment: off
+ignore:
+ - "Doc/**/*"
+ - "Misc/*"
+ - "Mac/**/*"
+ - "PC/**/*"
+ - "PCbuild/**/*"
+ - "Tools/**/*"
+ - "Grammar/*"
+coverage:
+ precision: 2
+ range: 70...90
+ round: down
+ status:
+ changes: off
+ project: off
+ patch: off
+parsers:
+ gcov:
+ branch_detection:
+ conditional: true
+ loop: true
+ macro: false
+ method: false
+ javascript:
+ enable_partials: false