Skip to content

Commit 5bf884b

Browse files
Update maven-verify.yml
1 parent 43f469a commit 5bf884b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/maven-verify.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,13 @@ jobs:
3030
cache: maven
3131
- name: Build with Maven
3232
run: mvn -B verify --file memex/pom.xml
33+
34+
- name: JaCoCo Report
35+
uses: Madrapps/jacoco-report@v1.7.2
36+
with:
37+
# Comma separated paths of the generated jacoco xml files (supports wildcard glob pattern)
38+
paths: |
39+
${{ github.workspace }}/memex/target/site/jacoco/jacoco.xml
40+
# Github personal token to add comments to Pull Request
41+
token: ${{ secrets.GITHUB_TOKEN }}
42+

0 commit comments

Comments
 (0)