File: sonar-project.properties

package info (click to toggle)
python-twilio 7.7.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,976 kB
  • sloc: python: 148,884; makefile: 50; sh: 2
file content (15 lines) | stat: -rw-r--r-- 486 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/**/*