forked from siemens/wfx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
31 lines (29 loc) · 763 Bytes
/
Copy pathcodecov.yml
File metadata and controls
31 lines (29 loc) · 763 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
# SPDX-FileCopyrightText: 2023 Siemens AG
#
# SPDX-License-Identifier: Apache-2.0
#
# Author: Michael Adler <michael.adler@siemens.com>
#
# This file can be validated as follows:
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate
ignore:
- "example/**"
- "contrib/**"
- "spec/**"
# exclude mocks generated by mockery
- "**/mock_*.go"
# exclude generated code
- "generated/**"
# exclude test code
- "cmd/wfx-loadtest/**"
- "internal/persistence/tests/**"
coverage:
status:
project:
default:
informational: true
patch:
default:
target: auto
threshold: 10% # the leniency in hitting the target
informational: true # sometimes it's just not practical given Go's verbosity