Skip to content

Commit

Permalink
sonarcloud: remove rapidxml from coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDebrunner committed Dec 11, 2023
1 parent 9115b88 commit 0ce1c3b
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 @@ -7,7 +7,7 @@ sonar.sources = include/,tests/

sonar.exclusions = include/mav/rapidxml/,tests/doctest.h

sonar.coverage.exclusions = tests/**/*
sonar.coverage.exclusions = tests/**/*,include/mav/rapidxml/
sonar.cpd.exclusions = tests/**/*

sonar.sourceEncoding = UTF-8

0 comments on commit 0ce1c3b

Please sign in to comment.