Skip to content

Commit

Permalink
Fix coveralls build
Browse files Browse the repository at this point in the history
Disable gradle config caching for now due to an issue with this
kt3k/coveralls-gradle-plugin#117
  • Loading branch information
etiennebrateau committed Aug 13, 2024
1 parent 9b001c9 commit 4334317
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
java-version: 21

- name: Kover coveralls.io
run: ./gradlew koverXmlReport coveralls
# Disable configuration cache for this task for now https://github.com/kt3k/coveralls-gradle-plugin/issues/117
run: ./gradlew --no-configuration-cache koverXmlReport coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit 4334317

Please sign in to comment.