Skip to content

Commit

Permalink
updated the jacoco action
Browse files Browse the repository at this point in the history
  • Loading branch information
omosteven committed Jan 5, 2025
1 parent ad2e86b commit f860aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jacoco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

# Add JaCoCo report generation step here
- name: Generate JaCoCo report
run: mvn clean test jacoco:report
run: mvn -Drat.skip=true clean test jacoco:report

# Upload JaCoCo HTML report with unique name
- name: Upload JaCoCo HTML report
Expand Down

0 comments on commit f860aed

Please sign in to comment.