feat(api): add get executions endpoint

This commit is contained in:
Ali BARIN
2025-04-24 14:45:39 +00:00
parent 23e9deee90
commit 6ecb05db3e
8 changed files with 347 additions and 5 deletions

View File

@@ -28,10 +28,10 @@ export default defineConfig({
],
thresholds: {
autoUpdate: true,
statements: 99.39,
branches: 98.29,
functions: 99.04,
lines: 99.39,
statements: 99.4,
branches: 98.31,
functions: 99.05,
lines: 99.4,
},
},
},