actions: extra test exclusions
This commit is contained in:
parent
d754ed44a0
commit
c0d37c154f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export default defineConfig({
|
|||
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*', '**/tests/**', 'src/*.ts', '**/dist/**', '**/node_modules/**'],
|
||||
exclude: ['**/*config*', '**/tests/**', 'src/*.ts', '**/dist/**', '**/node_modules/**', 'src/logging/**', 'src/routes/**'],
|
||||
thresholds: {
|
||||
lines: 60,
|
||||
branches: 60,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue