We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42402b3 commit 6c982aaCopy full SHA for 6c982aa
.github/workflows/maven.yml
@@ -28,5 +28,5 @@ jobs:
28
distribution: 'temurin'
29
# cache: maven
30
- name: Build with Maven
31
- run: mvn -B package --file pom.xml
+ run: mvn -B package --file pom.xml coveralls:report
32
0 commit comments