forked from rhinstaller/anaconda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
41 lines (38 loc) · 971 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
38
39
40
41
codecov:
# Use the yaml from a specific branch.
strict_yaml_branch: master
# Don't wait for all other statuses to pass.
require_ci_to_pass: false
coverage:
# Shift the color range.
range: 50..90
# Set up the pull request status.
status:
patch:
# Disable the default status for the patch.
default: false
project:
# Disable the default status for the project.
default: false
# Show a status for the DBus API.
api:
paths:
- "pyanaconda/modules/**/*_interface.py"
# Show a status for the core.
core:
paths:
- "pyanaconda/"
- "!pyanaconda/ui/tui/"
- "!pyanaconda/ui/gui/"
threshold: 5%
# Show a status for the unit tests.
tests:
paths:
- "tests/unit_tests/"
informational: true
# Disable the pull request comment.
comment: false
# Ignore some paths.
ignore:
- "translation-canary/"
- "widgets/"