1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 22:05:23 +02:00

codecov integration with portainer-suite [PLA-119] (#210)

This commit is contained in:
Yajith Dayarathna 2024-12-06 12:09:09 +13:00 committed by GitHub
parent 2f4f1be99c
commit 17648d12fe
4 changed files with 376 additions and 262 deletions

View file

@ -9,7 +9,8 @@ export default defineConfig({
environment: 'jsdom',
setupFiles: ['./app/setup-tests/setup-msw.ts', './app/setup-tests/stub-modules.ts', './app/setup-tests/setup.ts', './app/setup-tests/setup-rtl.ts'],
coverage: {
reporter: ['text', 'html'],
provider: 'v8',
reporter: ['text', 'json', 'html'],
exclude: ['node_modules/', 'app/setup-tests/global-setup.js'],
},
bail: 2,