Skip to content

Commit

Permalink
exclude root from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap committed Aug 5, 2024
1 parent e08c515 commit 4be97a8
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 @@ -8,7 +8,7 @@ sonar.tests=.
sonar.exclusions=src/serverApi/**/*,**/locales/**.ts

# Exclude scripts from root folder, app setup scripts from src and route config from coverage
sonar.coverage.exclusions=./*,src/*,src/router/*
sonar.coverage.exclusions=/*,src/*,src/router/*

# Include test files and test utils in test scope
sonar.test.inclusions=tests/**/*,**/*.unit.ts,**/*.unit.js
Expand Down

0 comments on commit 4be97a8

Please sign in to comment.