1 Open Issue Need Help Last updated: Jul 28, 2025

Open Issues Need Help

View All on GitHub
Software Development Productivity Tools

AI Summary: Implement a CI/CD pipeline using GitHub Actions for a Baekjoon online judge solution sharing web application. This involves automating the build, testing (including unit tests in `src/test/java`), and code coverage reporting (using JaCoCo) processes triggered by code pushes to the `main` branch or pull requests. The pipeline should provide immediate feedback on build and test failures and generate a JaCoCo code coverage report.

Complexity: 4/5
good first issue feature