mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
test: add jacoco
This commit is contained in:
@@ -17,4 +17,9 @@ jobs:
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
- name: Test with Gradle
|
||||
run: ./gradlew test
|
||||
run: ./gradlew test
|
||||
- name: Generate JaCoCo Badge
|
||||
uses: cicirello/jacoco-badge-generator@v2
|
||||
with:
|
||||
generate-branches-badge: true
|
||||
jacoco-csv-file: generator/build/reports/jacoco/test/jacocoTestReport.csv
|
||||
Reference in New Issue
Block a user