Skip to content

Commit e4d65b4

Browse files
authored
Add cobertura code coverage to github actions
1 parent 4d0f2e4 commit e4d65b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
distribution: 'adopt'
2424
- name: Build with Maven
2525
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

Comments
 (0)