Skip to content

Commit

Permalink
fix: skip scripts folder on sonarcloud (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado authored Jun 3, 2024
1 parent 4b5570f commit 69dcb1e
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 @@ -2,4 +2,4 @@ sonar.projectKey=pantos-io_servicenode
sonar.organization=pantos-io
sonar.python.coverage.reportPaths=coverage-3.12.xml
sonar.python.version=3.12
sonar.coverage.exclusions=**/tests/**,**/migrations/**
sonar.coverage.exclusions=**/tests/**,**/migrations/**,scripts/**

0 comments on commit 69dcb1e

Please sign in to comment.