Skip to content

Commit

Permalink
Fixed Code coverage with jacoco.
Browse files Browse the repository at this point in the history
  • Loading branch information
Charankumar H authored and Charankumar H committed Nov 10, 2024
1 parent f77044e commit 0c40372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: mvn clean install -DskipTests

- name: Run Tests and Generate Coverage Report
run: mvn test jacoco:report
run: mvn test -Drunmode=headless jacoco:report

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 0c40372

Please sign in to comment.