Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
vargastat committed Dec 4, 2024
1 parent e03d250 commit 2a12f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
push:
branches:
- develop
- fix/sonar_testCoverage
pull_request:
types: [opened, synchronize, reopened]

Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default defineConfig({
coverage: {
provider: 'v8',
reporter: ['lcov', 'text'],
exclude: ['src/*.test.ts', 'src/shared/**', 'src/components/**'],
/* exclude: ['src/*.test.ts', 'src/shared/**', 'src/components/**'], */
},
},
server: {
Expand Down

0 comments on commit 2a12f43

Please sign in to comment.