Skip to content

Commit 378e0e7

Browse files
committed
Try to fix jacocoAggregatedReport
1 parent 5c3379d commit 378e0e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build and analyze
3535
env:
3636
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
37-
run: gradle clean build test jacocoAggregatedReport sonar --info
37+
run: gradle build jacocoAggregatedReport sonar --info
3838
- name: Login to Docker Hub
3939
run: docker login -u a002k -p ${{ secrets.DOCKER_PASSWORD }}
4040
- name: Build and tag the Docker image

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ allprojects {
5353
apply plugin: 'java-library'
5454
apply plugin: 'org.javamodularity.moduleplugin'
5555
apply plugin: 'jacoco'
56+
apply plugin: 'org.barfuin.gradle.jacocolog'
5657

5758
sourceCompatibility = javaVersion
5859
targetCompatibility = javaVersion

0 commit comments

Comments
 (0)