Exclude tests from Sonar (#3457)

This commit is contained in:
Matt Bishop 2024-07-12 16:43:36 -04:00 committed by GitHub
parent c6d05b4631
commit 3931af096d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -289,6 +289,7 @@ sonar {
property("sonar.sources", "app/src/")
property("sonar.tests", "app/src/")
property("sonar.test.inclusions", "app/src/test/")
property("sonar.exclusions", "app/src/test/")
}
}