File: sonar-project.properties

package info (click to toggle)
python-twilio 9.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,756 kB
  • sloc: python: 8,281; makefile: 65
file content (16 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sonar.projectKey=twilio_twilio-python
sonar.projectName=twilio-python
sonar.organization=twilio

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

# For Code Coverage analysis
sonar.python.coverage.reportPaths=coverage.xml
# Exclude auto-generated code from coverage analysis
sonar.coverage.exclusions=twilio/rest/**/*
sonar.python.version=3