Skip to content

Commit

Permalink
Merge pull request #2588 from cta-observatory/ignore_coverage_xml_sonar
Browse files Browse the repository at this point in the history
Fix warning in sonarqube
  • Loading branch information
kosack authored Sep 3, 2024
2 parents de4a8fe + 5181afe commit 4de5fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ sonar.python.version=3.10

# ignore examples for coverage and issues, these are sphinx-gallery notebook scripts
# which aren't really supported by sonarqube and lead to a lot of false positives
sonar.exclusions=examples/**
sonar.exclusions=examples/**,coverage/coverage.xml

0 comments on commit 4de5fc1

Please sign in to comment.