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

[FEAT] JaCoCo 추가 #7

Open
2 tasks done
daehwan2yo opened this issue Nov 16, 2021 · 3 comments
Open
2 tasks done

[FEAT] JaCoCo 추가 #7

daehwan2yo opened this issue Nov 16, 2021 · 3 comments

Comments

@daehwan2yo
Copy link
Contributor

daehwan2yo commented Nov 16, 2021

🤗 구현하는 기능

jacoco 0.8.7
jacoco dependecy 추가 및 build.gradle 수정

😳 목표 기간

~21/11/16

😤 To-do

  • build.gradle 수정 (plugin 추가)
  • gradle task 설정

😋 참고사항

feature/jacoco

[ 우아한 형제들 기술 블로그 - gradle project에 JaCoCo 설정하기 ]
https://techblog.woowahan.com/2661/

@daehwan2yo
Copy link
Contributor Author

jacocoTestReport
: binary coverage 결과를 읽기 좋은 형태의 리포트로 저장해주는 Task

jacocoTestCoverageVerification
: 원하는 coverage 기준을 만족하는지 확인해주는 Task

daehwan2yo added a commit that referenced this issue Nov 16, 2021
# 커밋 내용 (한 줄 72자 내)

Jacoco Task 설정
1. jacoco version
2. jacocoTestReport
3. jacocoTestCoverageVerification
daehwan2yo added a commit that referenced this issue Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant