> 테스트 커버리지 파일 생성 - 터미널에서 아래 명령어 실행 ``` ./gradlew clean test jacocoTestReport ``` - 실행이 끝나면 `build/jacocoHtml` 디렉토리에 `index.html` 파일이 생성됩니다. <br> > 테스트 커버리지 파일 확인 - `index.html` 파일 더블 클릭하여 브라우저에서 열람 가능 - `Element` 를 클릭하면 자세한 내용을 확인 할 수 있습니다. - 그 외 자세한 사용 방법은 [여기](https://a1010100z.tistory.com/157)에서 확인하실 수 있습니다. <br> > 예시 화면 <img width="1104" alt="스크린샷 2022-07-26 오후 4 48 01" src="https://user-images.githubusercontent.com/48689213/180952740-ababc85c-2f3c-4b4e-a4ed-d4f7bfa9e393.png">
build/jacocoHtml디렉토리에index.html파일이 생성됩니다.index.html파일 더블 클릭하여 브라우저에서 열람 가능Element를 클릭하면 자세한 내용을 확인 할 수 있습니다.