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:
parent
2f4f1be99c
commit
17648d12fe
4 changed files with 376 additions and 262 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue