Skip to content

Commit 1787aa8

Browse files
committed
enable debug info
1 parent 5b01e2f commit 1787aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
path: ~/.gradle/wrapper
6666
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
6767
- name: Run tests
68-
run: ./gradlew --no-daemon clean jacocoTestReport
68+
run: ./gradlew --no-daemon clean jacocoTestReport --info
6969
- name: Upload code coverage
7070
uses: codecov/codecov-action@v4
7171
with:

0 commit comments

Comments
 (0)