Skip to content

Commit

Permalink
fix(sonarcloud): added exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Nov 28, 2024
1 parent 2df3972 commit 5511ec7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sonar.organization=basics
sonar.cpd.exclusions=./packages/**/*.test.js
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.test.inclusions=**/*.test.js
sonar.coverage.exclusions=vitest.workspace.js

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=rxjs-collection
Expand Down
2 changes: 0 additions & 2 deletions vitest.workspace.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// export default ['packages/**/vitest.config.js'];

import { readFileSync } from 'node:fs';
import { defineWorkspace } from 'vitest/config';

Expand Down

0 comments on commit 5511ec7

Please sign in to comment.