Skip to content

Commit

Permalink
fix: add sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 authored Jun 27, 2024
1 parent 422aba8 commit 4d2d0bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sonar.projectKey=GenomicDataInfrastructure_gdi-userportal-ckanext-fairdatapoint
sonar.organization=genomicdatainfrastructure
sonar.sources=ckanext/fairdatapoint
sonar.exclusions=**/tests/**
sonar.tests=ckanext/fairdatapoint/tests
sonar.test.inclusions=ckanext/fairdatapoint/tests/**/*.py
sonar.python.coverage.reportPaths=coverage.xml

0 comments on commit 4d2d0bc

Please sign in to comment.