File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ const baseConfig: Config = {
1111 testEnvironment : 'node' ,
1212 coverageThreshold : {
1313 global : {
14- branches : 35 ,
15- functions : 40 ,
16- lines : 40 ,
17- statements : 40 ,
14+ branches : 65 ,
15+ functions : 65 ,
16+ lines : 80 ,
17+ statements : 80 ,
1818 } ,
1919 } ,
2020} ;
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ const config: Config = {
88 global : {
99 branches : 80 ,
1010 functions : 80 ,
11- lines : 80 ,
12- statements : 80 ,
11+ lines : 90 ,
12+ statements : 90 ,
1313 } ,
1414 } ,
1515} ;
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ const config: Config = {
66 rootDir : '.' ,
77 coverageThreshold : {
88 global : {
9- branches : 50 ,
10- functions : 55 ,
11- lines : 65 ,
12- statements : 65 ,
9+ branches : 75 ,
10+ functions : 90 ,
11+ lines : 90 ,
12+ statements : 90 ,
1313 } ,
1414 } ,
1515} ;
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ const config: Config = {
77 rootDir : '.' ,
88 coverageThreshold : {
99 global : {
10- branches : 38 ,
11- functions : 50 ,
12- lines : 50 ,
13- statements : 50 ,
10+ branches : 80 ,
11+ functions : 90 ,
12+ lines : 88 ,
13+ statements : 88 ,
1414 } ,
1515 } ,
1616} ;
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ const config: Config = {
55 ...baseConfig ,
66 coverageThreshold : {
77 global : {
8- branches : 65 ,
9- functions : 80 ,
10- lines : 80 ,
11- statements : 80 ,
8+ branches : 75 ,
9+ functions : 90 ,
10+ lines : 90 ,
11+ statements : 90 ,
1212 } ,
1313 } ,
1414} ;
You can’t perform that action at this time.
0 commit comments