Skip to content

Commit

Permalink
Use GitHub action for Jacoco coverage summary
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
  • Loading branch information
bestbeforetoday committed Oct 12, 2024
1 parent d19022b commit b3c4637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 73 deletions.
70 changes: 0 additions & 70 deletions .github/scripts/jacoco2markdown.sh

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ jobs:
run: make unit-test-java
- name: Coverage report
if: ${{ matrix.coverage }}
run: |
echo '### Unit test coverage' >> ${GITHUB_STEP_SUMMARY}
${{ github.workspace }}/.github/scripts/jacoco2markdown.sh java/target/site/jacoco/jacoco.csv >> ${GITHUB_STEP_SUMMARY}
uses: bestbeforetoday/jacoco-summary-action@v1
with:
coverage-file: java/target/site/jacoco/jacoco.csv

java_scenario:
needs: verify-versions
Expand Down

0 comments on commit b3c4637

Please sign in to comment.