Skip to content

Commit 70764b3

Browse files
committed
add codecov config
1 parent 003a5a1 commit 70764b3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

codecov.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
coverage:
2+
status:
3+
patch:
4+
default:
5+
informational: true # don't fail the build if PR coverage is missing
6+
comment:
7+
layout: "diff, files"
8+
behavior: new
9+
github_checks:
10+
annotations: false
11+
ignore:
12+
- "tests/sdcioygot"
13+
- "mocks"
14+
- "client"

0 commit comments

Comments
 (0)