forked from AnySoftKeyboard/AnySoftKeyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
37 lines (34 loc) · 800 Bytes
/
codecov.yml
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
36
37
---
codecov:
branch: main
require_ci_to_pass: false
notify:
wait_for_ci: false
after_n_builds: 2
coverage:
precision: 2
round: down
range: "65...100"
ignore:
- "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: success
if_ci_failed: error
only_pulls: false
comment:
layout: "diff, files"
behavior: default