We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19022b commit b3c4637Copy full SHA for b3c4637
.github/scripts/jacoco2markdown.sh
.github/workflows/test.yml
@@ -175,9 +175,9 @@ jobs:
175
run: make unit-test-java
176
- name: Coverage report
177
if: ${{ matrix.coverage }}
178
- run: |
179
- echo '### Unit test coverage' >> ${GITHUB_STEP_SUMMARY}
180
- ${{ 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
181
182
java_scenario:
183
needs: verify-versions
0 commit comments