Skip to content

Commit

Permalink
Update sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
alfalolan authored Mar 9, 2023
1 parent bcd95b2 commit 816407e
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
sonar.projectKey=twilio_twilio-python
sonar.projectName=twilio-python
sonar.organization=twilio
sonar.projectKey=aiss-alfalolan_aiss-alfalolan
sonar.organization=aiss-alfalolan

sonar.sources=twilio/
# Exclude any auto-generated source code
sonar.exclusions=twilio/rest/**/*
sonar.tests=tests/
# Exclude any auto-generated integration tests
sonar.test.exclusions=tests/integration/**/test_*.py
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=AISS-alfalolan
#sonar.projectVersion=1.0

# For Code Coverage analysis
sonar.python.coverage.reportPaths=coverage.xml
# Exclude auto-generated code from coverage analysis
sonar.coverage.exclusions=twilio/rest/**/*
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

0 comments on commit 816407e

Please sign in to comment.