We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9391dd7 commit e31a6dcCopy full SHA for e31a6dc
.github/workflows/check.yml
@@ -66,7 +66,7 @@ jobs:
66
with:
67
gradle-version: wrapper
68
- name: Build
69
- run: ./gradlew --no-daemon --info ${{ inputs.task }} koverXmlReport -x :benchmark:benchmark
+ run: ./gradlew --no-daemon --info ${{ inputs.task }} koverXmlReport -x :benchmark:benchmark --build-cache
70
- name: Upload coverage reports to Codecov
71
if: inputs.upload-code-coverage && github.actor != 'dependabot[bot]'
72
uses: codecov/codecov-action@v4
0 commit comments