Removed testAll from kover report
This commit is contained in:
parent
7581c26d59
commit
cc6cd6aed3
2 changed files with 10 additions and 3 deletions
|
@ -99,6 +99,7 @@ tasks.withType(Test).configureEach {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
task testAll(type: Test, group: 'verification', description: 'Run all tests.') {
|
||||
useTestNG() {
|
||||
suites('src/test/resources/testng.xml')
|
||||
|
@ -179,6 +180,12 @@ incrementBuildMeta {
|
|||
}
|
||||
}
|
||||
|
||||
kover {
|
||||
instrumentation {
|
||||
excludeTasks.add('testAll')
|
||||
}
|
||||
}
|
||||
|
||||
sonarqube {
|
||||
properties {
|
||||
property('sonar.organization', 'ethauvin-github')
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Fri Sep 16 21:07:43 PDT 2022
|
||||
version.buildmeta=574
|
||||
#Fri Sep 16 21:37:21 PDT 2022
|
||||
version.buildmeta=579
|
||||
version.major=0
|
||||
version.minor=8
|
||||
version.patch=0
|
||||
version.prerelease=rc
|
||||
version.project=mobibot
|
||||
version.semver=0.8.0-rc+574
|
||||
version.semver=0.8.0-rc+579
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue