Open Issues Need Help
View All on GitHubAI 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.
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.
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.
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.