JaCoCo server collects code coverage from multiple Java processes under test, and makes it available to the build agent be merged with unit test code coverage for code coverage reports.

2 Open Issues Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub
Release process 2 months ago

AI Summary: Implement a GitHub release process for the JaCoCo server project, including tagging the repository with semantic versioning (semver), updating the Gradle project version in the release build, and modifying GitHub Actions workflows to create release artifacts. This involves researching GitHub's release functionality and integrating it with the existing build system.

Complexity: 4/5
documentation enhancement help wanted good first issue java

JaCoCo server collects code coverage from multiple Java processes under test, and makes it available to the build agent be merged with unit test code coverage for code coverage reports.

Java

AI Summary: Automate the creation and publishing of a Docker image for the JaCoCo server to GitHub Container Registry (ghcr.io). This involves setting up a CI/CD pipeline (likely using GitHub Actions) to build the Docker image from the project's Dockerfile and then push it to ghcr.io. The solution should address the current manual Docker image building process.

Complexity: 3/5
enhancement help wanted good first issue

JaCoCo server collects code coverage from multiple Java processes under test, and makes it available to the build agent be merged with unit test code coverage for code coverage reports.

Java