Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable Jacoco test coverage in Studio project

I want to simply disable Jacoco testcase coverage in my project so that it simply doesn't execute tests and test coverage in my application.

Can anyone help me in that?

like image 903
AndroDev Avatar asked Mar 09 '23 16:03

AndroDev


1 Answers

Put testCoverageEnabled false on all of your build flavors in your build.gradle

like image 167
Gabe Sechan Avatar answered Mar 15 '23 14:03

Gabe Sechan