We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b01e2f commit 1787aa8Copy full SHA for 1787aa8
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
path: ~/.gradle/wrapper
66
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
67
- name: Run tests
68
- run: ./gradlew --no-daemon clean jacocoTestReport
+ run: ./gradlew --no-daemon clean jacocoTestReport --info
69
- name: Upload code coverage
70
uses: codecov/codecov-action@v4
71
with:
0 commit comments