Skip to content

Commit

Permalink
ci: updated sonarcloud integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDebrunner committed Dec 11, 2023
1 parent b3dce05 commit 620cdbd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ sonar.organization = auterion

sonar.projectName = libmav

sonar.sources = include/
sonar.tests = tests/
sonar.sources = include/,tests/

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

# Exclude apps from coverage
sonar.coverage.exclusions = apps/**/*
sonar.coverage.exclusions = tests/**/*
sonar.cpd.exclusions = tests/**/*

sonar.sourceEncoding = UTF-8

0 comments on commit 620cdbd

Please sign in to comment.