diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8e34a15a..f366e186 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,7 +14,7 @@ jobs: id: jacoco_reporter uses: PavanMudigonda/jacoco-reporter@v4.8 with: - coverage_results_path: site/jococo/jococo.xml + coverage_results_path: site/jococo/index.html coverage_report_name: Coverage coverage_report_title: JaCoCo github_token: ${{ secrets.GITHUB_TOKEN }}