We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0f2e4 commit e4d65b4Copy full SHA for e4d65b4
.github/workflows/maven.yml
@@ -23,3 +23,5 @@ jobs:
23
distribution: 'adopt'
24
- name: Build with Maven
25
run: mvn -B package --file pom.xml
26
+ - name: Compute code coverage
27
+ run: mvn -B clean cobertura:cobertura coveralls:report --file pom.xml
0 commit comments