Skip to content

Commit a3238b2

Browse files
Add a simple codecov.yml (#423)
1 parent 97ccd56 commit a3238b2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

codecov.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: auto
6+
threshold: "2"
7+
base: auto
8+
flags:
9+
- unit
10+
paths:
11+
- "src"

0 commit comments

Comments
 (0)