Skip to content

Commit

Permalink
tooling: ignore dev scripts and fixtures from Sonar analisis (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts authored Feb 23, 2024
2 parents 4bd43c0 + 0e37045 commit d000f84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ sonar.sources=qgis_deployment_toolbelt
sonar.sourceEncoding=UTF-8

# Python configuration
sonar.coverage.exclusions=**__init__**,tests/**,*.py,docs/**
sonar.exclusions=*.xml,doc/**,tests/dev/**,tests/fixtures/**
sonar.language=python3
sonar.python.file.suffixes=py
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.file.suffixes=py
sonar.python.xunit.reportPath=junit/test-results.xml
sonar.coverage.exclusions=**__init__**,tests/**,*.py,docs/**
sonar.exclusions=*.xml,doc/**

0 comments on commit d000f84

Please sign in to comment.