actions: extra test exclusions

This commit is contained in:
Timo De Meyst 2025-04-14 10:36:52 +02:00 committed by GitHub
parent d754ed44a0
commit c0d37c154f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ export default defineConfig({
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 // If you want a coverage reports even if your tests are failing, include the reportOnFailure option
reportOnFailure: true, reportOnFailure: true,
exclude: ['**/*config*', '**/tests/**', 'src/*.ts', '**/dist/**', '**/node_modules/**'], exclude: ['**/*config*', '**/tests/**', 'src/*.ts', '**/dist/**', '**/node_modules/**', 'src/logging/**', 'src/routes/**'],
thresholds: { thresholds: {
lines: 60, lines: 60,
branches: 60, branches: 60,