Skip to content

Commit 7a0508c

Browse files
committed
added codecov.yml
1 parent 2f023df commit 7a0508c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

codecov.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
ignore:
2+
- "Tests" # ignore all tests
3+
4+
coverage:
5+
status:
6+
project:
7+
default:
8+
target: 50%
9+
threshold: 5%
10+
informational: false
11+
patch:
12+
default:
13+
target: 80%
14+
informational: false
15+
16+
comment:
17+
layout: "diff, flags, files"
18+
behavior: default
19+
require_changes: false # learn more in the Requiring Changes section below
20+
require_base: false # [true :: must have a base report to post]
21+
require_head: true # [true :: must have a head report to post]
22+
hide_project_coverage: false # [true :: only show coverage on the git diff]
23+

0 commit comments

Comments
 (0)