Skip to content

Commit

Permalink
ci(sonarcloud): add sonar project properties
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvieirasilva committed Sep 6, 2023
1 parent d421046 commit 97f25f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .sonarcloud.properties

This file was deleted.

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=lucasvieirasilva_aws-codeartifact-poetry
sonar.organization=lucasvieirasilva

sonar.exclusions=tests/**

sonar.python.version=3.8
sonar.python.coverage.reportPaths=./coverage/coverage.xml

0 comments on commit 97f25f4

Please sign in to comment.