forked from koordinator-sh/koordinator
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcodecov.yml
More file actions
35 lines (33 loc) · 670 Bytes
/
Copy pathcodecov.yml
File metadata and controls
35 lines (33 loc) · 670 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
# https://docs.codecov.com/docs/commit-status
coverage:
status:
project:
# global coverage
default:
target: auto
threshold: 2%
flags:
- unittests
paths:
- "pkg"
if_ci_failed: error
if_no_uploads: error
if_not_found: success
patch:
# diff coverage
default:
target: 70%
flags:
- unittests
paths:
- "pkg"
informational: true
if_ci_failed: ignore
if_no_uploads: success
if_not_found: success
ignore:
- "apis"
- "pkg/client"
- "**/*_generated.*"
github_checks:
annotations: true