aboutsummaryrefslogtreecommitdiff
path: root/.github/actions/codecov/codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/actions/codecov/codecov.yml')
-rw-r--r--.github/actions/codecov/codecov.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/actions/codecov/codecov.yml b/.github/actions/codecov/codecov.yml
new file mode 100644
index 000000000..b221ec108
--- /dev/null
+++ b/.github/actions/codecov/codecov.yml
@@ -0,0 +1,25 @@
+codecov:
+ branch: master
+ require_ci_to_pass: no
+ notify:
+ wait_for_ci: no
+
+coverage:
+ precision: 2
+ round: down
+ range: "65...100"
+
+ ignore:
+ - "app/src/canary"
+ - "app/src/test"
+ - "app/src/main/java/com/anysoftkeyboard/ui/dev"
+ - "app/src/main/java/android"
+ - "app/src/main/java/com/google/android/voiceime"
+ - "app/src/main/java/com/emtronics/dragsortrecycler/DragSortRecycler.java"
+ status:
+ project: off
+ patch: off
+
+comment:
+ layout: "header, diff, tree"
+ behavior: default