Skip to content

Commit 6c982aa

Browse files
authored
Update Maven build command to include coveralls report
1 parent 42402b3 commit 6c982aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
distribution: 'temurin'
2929
# cache: maven
3030
- name: Build with Maven
31-
run: mvn -B package --file pom.xml
31+
run: mvn -B package --file pom.xml coveralls:report
3232

0 commit comments

Comments
 (0)