-
-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy path.codecov.yml
More file actions
40 lines (37 loc) · 1.07 KB
/
Copy path.codecov.yml
File metadata and controls
40 lines (37 loc) · 1.07 KB
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
38
39
40
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: false
require_base: false
require_head: true
coverage:
precision: 2
round: down
range: "70..100"
status:
patch:
default:
target: 70%
flags:
unittests:
paths:
- "app/"
- "core/"
- "micron/"
carryforward: true
python:
paths:
- "python/"
carryforward: true
ignore:
- "external/**"
- "python/test_*.py"
# Network-dependent Python code requires a live RNS instance, not unit tests
- "python/rns_api.py"
# Service layer code requires instrumented tests, not unit tests
- "app/src/main/java/network.columba.app/service/**"
- "app/src/main/java/network.columba.app/reticulum/protocol/**"
# Compose UI files with @Preview functions (private preview functions can't be tested)
# These components have extensive Robolectric tests but @Preview functions inflate totals
- "app/src/main/java/network.columba.app/ui/components/FileAttachmentCard.kt"
- "app/src/main/java/network.columba.app/ui/components/FileAttachmentPreviewRow.kt"