Exclude sw helper from code coverage

This commit is contained in:
Alejandro Celaya 2023-06-12 08:59:38 +02:00
parent 9dca19fcb5
commit b2c2af3ebb

View file

@ -39,6 +39,7 @@ export default defineConfig({
'!src/reducers/index.ts',
'!src/**/provideServices.ts',
'!src/container/*.ts',
'!src/utils/helpers/sw.ts',
],
// Required code coverage. Lower than this will make the check fail