Skip to content

Commit

Permalink
Fix SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesSetiawan committed Feb 5, 2024
1 parent 7836147 commit 0b3dd0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sonar.projectKey=RevelioStartup_revelio-be
sonar.organization=reveliostartup
sonar.projectBaseDir=.
sonar.sources=authentication
sonar.sources=.
sonar.exclusions=**/tests/**,**/migrations/**,**/node_modules/**,**/__init__/**,**/admin/**,**/apps/**,**/asgi/**,**/settings/**,**/wsgi/**
sonar.python.coverage.reportPaths=./coverage.xml
sonar.python.coverage.reportPaths=coverage.xml

0 comments on commit 0b3dd0e

Please sign in to comment.