Skip to content

Commit

Permalink
jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaileshmishra committed Jul 21, 2023
1 parent 091849c commit e66d416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jacoco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
java-version: '11'

- name: Build with Maven
run: mvn test
run: mvn -B package -Pcoverage

- name: Generate JaCoCo badge
id: jacoco
uses: cicirello/jacoco-badge-generator@v2
uses: cicirello/jacoco-badge-generator@v2.9.0
with:
badges-directory: badges
generate-branches-badge: true
Expand Down

0 comments on commit e66d416

Please sign in to comment.