Added more tests.

This commit is contained in:
Erik C. Thauvin 2021-07-10 02:31:54 -07:00
parent e8e7f65b2c
commit 352bdaeb0d
7 changed files with 102 additions and 34 deletions

View file

@ -78,6 +78,7 @@ detekt {
sonarqube {
properties {
property("sonar.projectName", "semver-gradle")
property("sonar.projectKey", "ethauvin_semver-gradle")
property("sonar.organization", "ethauvin-github")
property("sonar.host.url", "https://sonarcloud.io")