Skip to content

Commit

Permalink
build: add sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
danipran committed Jan 16, 2024
1 parent 77da13e commit e9bb27d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sonar.projectKey=City-of-Helsinki_hauki
sonar.organization=city-of-helsinki
sonar.python.version=3.9
sonar.python.coverage.reportPaths=coverage.xml
sonar.test.inclusions=**/tests/**/*
sonar.exclusions=**/tests/**/*,**/migrations/*,commitlint.config.js,**/load-tests/**/*

0 comments on commit e9bb27d

Please sign in to comment.