forked from openshift/operator-framework-operator-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
27 lines (25 loc) · 611 Bytes
/
codecov.yml
File metadata and controls
27 lines (25 loc) · 611 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
codecov:
notify:
# Configure the 4 builds to wait before sending a notification.
# test-unit, test-regression, test-e2e and test-experimental-e2e.
after_n_builds: 4
# Configure the paths to include in coverage reports.
# Exclude documentation, YAML configurations, and test files.
coverage:
status:
project:
default:
target: auto
threshold: 2%
paths:
- "api/"
- "cmd/"
- "internal/"
patch:
default:
target: auto
threshold: 1%
paths:
- "api/"
- "cmd/"
- "internal/"