Skip to content

Commit

Permalink
Disable coverage
Browse files Browse the repository at this point in the history
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 #212 tracks fixing the issue.
  • Loading branch information
big-andy-coates committed Jan 16, 2024
1 parent 0fa0873 commit 275b61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 275b61b

Please sign in to comment.