Skip to content

Commit 3524683

Browse files
authored
Make jacoco report to be generated faster in local (#267)
Signed-off-by: Heemin Kim <[email protected]>
1 parent ba16116 commit 3524683

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1717
### Enhancements
1818
### Bug Fixes
1919
### Infrastructure
20+
* Make jacoco report to be generated faster in local ([#267](https://github.com/opensearch-project/geospatial/pull/267))
2021
* Exclude lombok generated code from jacoco coverage report ([#268](https://github.com/opensearch-project/geospatial/pull/268))
2122
### Documentation
2223
### Maintenance

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ spotless {
261261
}
262262

263263
jacocoTestReport {
264-
dependsOn integTest, test, yamlRestTest
264+
dependsOn test
265265
reports {
266266
xml.enabled = true
267267
html.enabled = true

0 commit comments

Comments
 (0)