Skip to content

Commit d419ab2

Browse files
committed
Add .codecov.yml
1 parent 1ab2f48 commit d419ab2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.codecov.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
coverage:
2+
status:
3+
default:
4+
flag: all_tests
5+
project:
6+
default:
7+
target: auto
8+
patch:
9+
default:
10+
target: auto
11+
12+
comment:
13+
layout: "reach, diff, flags, files"
14+
15+
flags:
16+
all_tests:
17+
paths:
18+
- .
19+
carryforward: true

0 commit comments

Comments
 (0)