Skip to content

Commit 8753530

Browse files
authored
First Release (#21)
1 parent b39262c commit 8753530

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

codecov.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,20 @@ flag_management:
88
- type: patch
99
target: 80%
1010

11-
coverage:
11+
coverage:
1212
status:
13+
project:
14+
default:
15+
threshold: 75%
16+
paths:
17+
- "pyvts"
18+
branches:
19+
- main
1320
patch:
1421
default:
1522
# basic
1623
target: 80%
17-
threshold: 0%
24+
threshold: 50%
1825
base: auto
1926
flags:
2027
- unit

0 commit comments

Comments
 (0)