Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git Action 를 통한 CI 구현 #25

Open
1 of 3 tasks
kim1387 opened this issue Apr 14, 2022 · 1 comment
Open
1 of 3 tasks

Git Action 를 통한 CI 구현 #25

kim1387 opened this issue Apr 14, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kim1387
Copy link
Member

kim1387 commented Apr 14, 2022

제안 배경

커밋을 하다 보면 깜박 하고 (코드 컨벤션에 의한)코드 정렬을 안 하기도 하고 test 코드를 작성하는 것을 깜박 하기도 한다.
프로젝트 초반에는 빠르게 진행되기 위해서는 어쩔 수 없다고 생각할 수 도 있다.
하지만 test코드를 작성하지 않으면 프로젝트를 진행할 수록 오류를 찾기도 힘들고 진행 속도는 느려진다.

이를 막기 위해서 ci를 통해 test coverage를 측정하여 test code를 강제로 작성하도록 하고
코드 정렬을 잊어버리면 git에서 코드 정렬을 할 수 있도록 한다.

TODO

@kim1387 kim1387 added the enhancement New feature or request label Apr 14, 2022
@kim1387 kim1387 self-assigned this Apr 14, 2022
@kim1387 kim1387 added this to the sprint3 milestone Apr 14, 2022
@kim1387 kim1387 changed the title Git Flow를 통한 CI 구현 Git Action 를 통한 CI 구현 Apr 14, 2022
@DPS0340
Copy link

DPS0340 commented Apr 15, 2022

배포 자동화도 일정 여유로우시면 해보시면 좋을 듯 합니다 ㅎㅎ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants