forked from AnySoftKeyboard/AnySoftKeyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov_android.yml
More file actions
35 lines (35 loc) · 825 Bytes
/
codecov_android.yml
File metadata and controls
35 lines (35 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
codecov:
require_ci_to_pass: yes
coverage:
precision: 2
round: down
range: "68...100"
ignore:
- "bazel-*/**"
- "build/**"
- "**/build/**"
- "js/**/index.*"
- "**/generated/**"
- "ime/app/src/canary"
- "ime/app/src/test"
- "ime/app/src/main/java/com/anysoftkeyboard/ui/dev"
- "ime/app/src/main/java/android"
- "ime/app/src/main/java/com/google/android/voiceime"
- "ime/app/src/main/java/com/emtronics/dragsortrecycler/DragSortRecycler.java"
status:
project:
default:
target: auto
threshold: 5%
base: auto
# advanced settings
branches:
- main
if_no_uploads: error
if_not_found: error
if_ci_failed: error
only_pulls: false
comment:
layout: "diff, files"
behavior: default