mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +03:00
Exclude sw helper from code coverage
This commit is contained in:
parent
9dca19fcb5
commit
b2c2af3ebb
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ export default defineConfig({
|
||||||
'!src/reducers/index.ts',
|
'!src/reducers/index.ts',
|
||||||
'!src/**/provideServices.ts',
|
'!src/**/provideServices.ts',
|
||||||
'!src/container/*.ts',
|
'!src/container/*.ts',
|
||||||
|
'!src/utils/helpers/sw.ts',
|
||||||
],
|
],
|
||||||
|
|
||||||
// Required code coverage. Lower than this will make the check fail
|
// Required code coverage. Lower than this will make the check fail
|
||||||
|
|
Loading…
Reference in a new issue