Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Jan 16, 2025
1 parent f752642 commit 4111311
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 @@ -92,7 +92,7 @@ jobs:
- name: Run Tests with coverage report
id: test_results
run: |
./gradlew test --tests "com.checkmarx.intellij.standard*"
./gradlew test --tests "com.checkmarx.intellij.standard*" JacocoTestReport
- name: Generate JaCoCo Badge
uses: cicirello/jacoco-badge-generator@v2
Expand Down

0 comments on commit 4111311

Please sign in to comment.