Removed testAll from kover report

This commit is contained in:
Erik C. Thauvin 2022-09-16 21:37:09 -07:00
parent 7581c26d59
commit cc6cd6aed3
2 changed files with 10 additions and 3 deletions

View file

@ -99,6 +99,7 @@ tasks.withType(Test).configureEach {
} }
} }
task testAll(type: Test, group: 'verification', description: 'Run all tests.') { task testAll(type: Test, group: 'verification', description: 'Run all tests.') {
useTestNG() { useTestNG() {
suites('src/test/resources/testng.xml') suites('src/test/resources/testng.xml')
@ -179,6 +180,12 @@ incrementBuildMeta {
} }
} }
kover {
instrumentation {
excludeTasks.add('testAll')
}
}
sonarqube { sonarqube {
properties { properties {
property('sonar.organization', 'ethauvin-github') property('sonar.organization', 'ethauvin-github')

View file

@ -1,9 +1,9 @@
#Generated by the Semver Plugin for Gradle #Generated by the Semver Plugin for Gradle
#Fri Sep 16 21:07:43 PDT 2022 #Fri Sep 16 21:37:21 PDT 2022
version.buildmeta=574 version.buildmeta=579
version.major=0 version.major=0
version.minor=8 version.minor=8
version.patch=0 version.patch=0
version.prerelease=rc version.prerelease=rc
version.project=mobibot version.project=mobibot
version.semver=0.8.0-rc+574 version.semver=0.8.0-rc+579