From 275b61b62a372cf4a3eb2b21ca3a800c6e3a223e Mon Sep 17 00:00:00 2001 From: Big Andy <8012398+big-andy-coates@users.noreply.github.com> Date: Tue, 16 Jan 2024 17:01:08 +0000 Subject: [PATCH] Disable coverage Generation of test coverage data is currently failing with error: ``` Unable to read execution data file /home/runner/work/creek-json-schema-gradle-plugin/creek-json-schema-gradle-plugin/build/jacoco/test.exec ``` But only on build servers. Though I'm loathed to do it, I'm disabling coverage until I have time to investigate, as this is blocking builds for dependency updates etc. Task https://github.com/creek-service/creek-json-schema-gradle-plugin/issues/212 tracks fixing the issue. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20be1e4..71b6bb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: - name: Build env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} - run: ./gradlew build coveralls + run: ./gradlew build - name: Publish if: github.event_name == 'push' || github.event.inputs.publish_artifacts == 'true' env: