Skip to content

Commit

Permalink
chore: update sonar properties (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiachua authored Mar 29, 2023
1 parent 299b41f commit 519b1ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ exclude = ./twilio/rest,./twilio/twiml,./tests/integration

[coverage:run]
omit = twilio/rest/*
relative_files = True
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ sonar.test.exclusions=tests/integration/**/test_*.py
sonar.python.coverage.reportPaths=coverage.xml
# Exclude auto-generated code from coverage analysis
sonar.coverage.exclusions=twilio/rest/**/*
sonar.python.version=3

0 comments on commit 519b1ae

Please sign in to comment.