jabref icon indicating copy to clipboard operation
jabref copied to clipboard

Fix jacoco plugin

Open koppor opened this issue 1 year ago • 1 comments

We used a deprecated gradle setting ($buidDir). Morevoer, JaCoCo did not cover the "normal" test cases. Both is fixed with this PR.

After executing ./gradlew jacocoTestReport, build/reports/jacoco/test/html/index.html is generated:

image

This PR also includes jacoco in testing.md (and restructures it a bit).

Mandatory checks

  • [ ] Change in CHANGELOG.md described in a way that is understandable for the average user (if applicable)
  • [ ] Tests created for changes (if applicable)
  • [ ] Manually tested changed features in running JabRef (always required)
  • [ ] Screenshots added in PR description (for UI changes)
  • [ ] Checked developer's documentation: Is the information available and up to date? If not, I outlined it in this pull request.
  • [ ] Checked documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request to the documentation repository.

koppor avatar May 07 '24 12:05 koppor

The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build.

github-actions[bot] avatar May 07 '24 12:05 github-actions[bot]