Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (21 loc) · 1.52 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.52 KB

Teamscale JaCoCo Verifier Build Status

Little tool to verify the contents JaCoCo XML reports for common error conditions.

Download

Documentation

Development

Build locally

  • Import in Eclipse/IntelliJ as Gradle project
  • Command line: ./gradlew assemble

Contributing

  • Create a GitHub issue for changes
  • Use pull requests. Complete the "Definition of Done" for every pull request.
  • There's a Teamscale project, please fix all findings before submitting your pull request for review. The Teamscale coding guidelines and Definition of Done apply as far as possible with the available tooling.

Publishing

When master has accumulated changes you want to release, please perform the following on master in a single commit:

  • update the changelog and move all changes from the Next release section to a new version, e.g. v8.1.0
  • update the build.gradle's version accordingly
  • create a GitHub Release tag with the same version number and the text from the changleog.

Releases are numbered according to semantic versioning (see full changelog).

All tags are built automatically using Travis CI with the release binaries being uploaded to the GitHub Releases.