feat(api): add get execution endpoint

This commit is contained in:
Ali BARIN
2025-04-24 15:45:32 +00:00
parent b7bd0c3004
commit 83b72b9283
5 changed files with 127 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ export default defineConfig({
thresholds: {
autoUpdate: true,
statements: 99.4,
branches: 98.31,
branches: 98.32,
functions: 99.05,
lines: 99.4,
},