test: enhance integration report

This commit is contained in:
ReaJason
2024-12-03 21:19:21 +08:00
parent ed51f01b29
commit f3da4292bb
2 changed files with 77 additions and 24 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
run: ./gradlew :integration-test:test --info
continue-on-error: true
- name: Export Integration Test Summary
run: cat integration-test/build/test-results/result.md >> $GITHUB_STEP_SUMMARY
run: cat integration-test/build/test-results/report.md >> $GITHUB_STEP_SUMMARY
- name: Merge Jacoco
run: ./gradlew jacocoTestReport
- name: Generate JaCoCo Badge