Skip to content

Commit

Permalink
Exclude migrations from SonarCloud scan
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas777 committed Mar 14, 2023
1 parent 353e493 commit 1267f3e
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 @@ -3,4 +3,4 @@ sonar.organization=city-of-helsinki
sonar.python.version=3.7
sonar.python.coverage.reportPaths=coverage.xml
sonar.test.inclusions=**/tests/**/*
sonar.exclusions=**/tests/**/*
sonar.exclusions=**/tests/**/*,**/migrations/*

0 comments on commit 1267f3e

Please sign in to comment.