mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-10 09:38:19 +08:00
feat: add integration test (#65)
* feat: add integration test * feat: update action config * fix: action run failed * feat: add test report step in action
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -20,6 +20,7 @@ subprojects {
|
||||
apply plugin: 'org.springframework.boot'
|
||||
apply plugin: 'nu.studer.jooq'
|
||||
apply plugin: 'checkstyle'
|
||||
apply plugin: 'jacoco'
|
||||
|
||||
group 'com.databasir'
|
||||
version '1.0.0'
|
||||
@@ -67,6 +68,15 @@ subprojects {
|
||||
ignoreFailures = false
|
||||
maxWarnings = 0
|
||||
}
|
||||
|
||||
jacocoTestReport {
|
||||
dependsOn test
|
||||
reports {
|
||||
xml.required = false
|
||||
csv.required = false
|
||||
html.outputLocation = layout.buildDirectory.dir('reports/jacoco/html')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user