mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-08-15 23:52:15 +08:00
test: define nested GitHub status handling
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
+3
-3
@@ -7,10 +7,10 @@ export default defineConfig({
|
||||
reporter: ['text', 'json-summary', 'lcov'],
|
||||
include: ['src/**/*.ts'],
|
||||
thresholds: {
|
||||
statements: 93,
|
||||
branches: 89,
|
||||
statements: 94,
|
||||
branches: 90,
|
||||
functions: 95,
|
||||
lines: 93,
|
||||
lines: 94,
|
||||
},
|
||||
},
|
||||
include: ['__tests__/**/*.ts'],
|
||||
|
||||
Reference in New Issue
Block a user