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

This commit is contained in:
Timo De Meyst 2025-04-04 18:10:54 +02:00
commit 0ff0da776f

View file

@ -10,10 +10,10 @@ export default mergeConfig(
exclude: [...configDefaults.exclude, "e2e/**"],
root: fileURLToPath(new URL("./", import.meta.url)),
coverage: {
reporter: ['text', 'json-summary', 'json'],
reporter: ["text", "json-summary", "json"],
// If you want a coverage reports even if your tests are failing, include the reportOnFailure option
reportOnFailure: true,
exclude: ['**/*config*'],
exclude: ["**/*config*"],
thresholds: {
lines: 60,
branches: 60,