feat(api): add update flow status endpoint

This commit is contained in:
Ali BARIN
2025-04-25 08:53:04 +00:00
parent ec005a072b
commit 79009fc31f
5 changed files with 136 additions and 3 deletions

View File

@@ -28,10 +28,10 @@ export default defineConfig({
],
thresholds: {
autoUpdate: true,
statements: 99.4,
branches: 98.33,
statements: 99.41,
branches: 98.34,
functions: 99.06,
lines: 99.4,
lines: 99.41,
},
},
},