Skip to content

Commit efe5558

Browse files
authored
chore: remove coverage requirements (#152)
1 parent 12cefa6 commit efe5558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build:watch": "turbo build:watch",
1111
"ts:check": "turbo run ts:check",
1212
"test": "vitest",
13-
"test:ci": "turbo run test -- --run --coverage.enabled --coverage.reporter=json-summary --coverage.reporter=json --coverage.thresholds.functions=50 --coverage.thresholds.lines=50 --coverage.thresholds.branches=50 --coverage.thresholds.statements=50",
13+
"test:ci": "turbo run test -- --run --coverage.enabled --coverage.reporter=json-summary --coverage.reporter=json",
1414
"lint:check": "biome check --apply-unsafe .",
1515
"lint:ci": "biome lint --max-diagnostics=1000 --diagnostic-level=error .",
1616
"format": "biome format --write .",

0 commit comments

Comments
 (0)