Gradle1 [Project] Gradle Build 시 JaCoCo 연동하기 !!! 구글링을 하기 전에 공식문서를 보고 먼저 적용해보기 🕵🏻♂️ https://docs.gradle.org/current/userguide/jacoco_plugin.html#sec:configuring_the_jacoco_plugin https://www.eclemma.org/jacoco/trunk/index.html The JaCoCo Plugin To get started, apply the JaCoCo plugin to the project you want to calculate code coverage for. Example 1. Applying the JaCoCo plugin build.gradle plugins { id 'jacoco' } build.gradle.kts If the Jav.. 2021. 12. 5. 이전 1 다음