Skip to content

Commit

Permalink
update sonar configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Aug 27, 2024
1 parent 6a8756f commit f4d2596
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ sonar.tests=./tests
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8

# PyTest coverage settings
sonar.python.coverage.reportPaths=coverage.xml

# If you don't want to analyze C/C++/Objective-C files
sonar.c.file.suffixes=-
sonar.cpp.file.suffixes=-
sonar.objc.file.suffixes=-

0 comments on commit f4d2596

Please sign in to comment.