Skip to content

Commit

Permalink
Details
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Feb 7, 2024
1 parent db9bb96 commit 3a31070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
with:
java-version: 1.8
- name: Test
run: ./gradlew test
run: ./gradlew --info --stacktrace test
- name: Report
run: ./gradlew jacocoTestReport coveralls

0 comments on commit 3a31070

Please sign in to comment.