Skip to content

Commit

Permalink
build: removed stories from sonar coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JLou committed Oct 14, 2024
1 parent 34bb91c commit 1982e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sonar.projectName=design-system

sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.sources=look-and-feel/react/src,slash/react/src
sonar.coverage.exclusions=**/*.spec.*,**/*.test.*,**/*.stories.ts?(x),./config/*,**/storybook-static/*,**/vitest.setup.ts,**/.eslintrc.js,**/.storybook/,**/coverage/,**/dist/*,**/prettier.config.js,**/index.ts,**/__tests__/**
sonar.coverage.exclusions=**/*.spec.*,**/*.test.*,**/*.stories.tsx,**/*.stories.ts,./config/*,**/storybook-static/*,**/vitest.setup.ts,**/.eslintrc.js,**/.storybook/,**/coverage/,**/dist/*,**/prettier.config.js,**/index.ts,**/__tests__/**


# Encoding of the source code. Default is default system encoding
Expand Down

0 comments on commit 1982e79

Please sign in to comment.