Merge branch 'github-actions/coverage' of github.com:kloep1/SELtest into github-actions/coverage

This commit is contained in:
Timo De Meyst 2025-04-08 18:52:22 +02:00
commit a419562a88
4 changed files with 7 additions and 7 deletions

0
backend/src/test.ts Normal file
View file

View file

@ -14,8 +14,8 @@ export default defineConfig({
lines: 60, lines: 60,
branches: 60, branches: 60,
functions: 60, functions: 60,
statements: 60 statements: 60,
}, },
}, },
}, },
}); });

View file

@ -18,9 +18,9 @@ export default mergeConfig(
lines: 60, lines: 60,
branches: 60, branches: 60,
functions: 60, functions: 60,
statements: 60 statements: 60,
}, },
}, },
}, },
}), }),
); );