Open Issues Need Help
View All on GitHub Software Development • Productivity Tools
[FEAT] CI/CD 파이프라인 구축 about 1 month ago
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