Skip to content

Commit ef9209c

Browse files
phoenix-servergithub-managerclaudecameri
authored
test: set minimum coverage thresholds to current levels (#486)
Statements: 55%, Branches: 47%, Functions: 48%, Lines: 54%. Watermarks updated to [current, 80] to track progress toward goal. Co-authored-by: github-manager <github-manager@example.com> Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Ricardo Cabral <me@ricardocabral.io>
1 parent db8b4d4 commit ef9209c

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.nycrc.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"all": true,
33
"cache": true,
4-
"branches": 80,
5-
"lines": 80,
6-
"functions": 80,
7-
"statements": 80,
4+
"branches": 47,
5+
"lines": 54,
6+
"functions": 48,
7+
"statements": 55,
88
"watermarks": {
99
"lines": [
10-
80,
11-
95
10+
54,
11+
80
1212
],
1313
"functions": [
14-
80,
15-
95
14+
48,
15+
80
1616
],
1717
"branches": [
18-
80,
19-
95
18+
47,
19+
80
2020
],
2121
"statements": [
22-
80,
23-
95
22+
55,
23+
80
2424
]
2525
},
2626
"extension": [

0 commit comments

Comments
 (0)