nus-cs2113-AY2122S2 / forum

3 stars 2 forks source link

Issue with enabling branch coverage in Intellij #58

Open zhengster opened 2 years ago

zhengster commented 2 years ago

I'm following the "EnablingBranchCoverageInIntelliJ.docx" pdf in Luminus (Files -> Lecture Slides -> L10/T10) and I'm having trouble following step 2, as outlined below. image For some reason, my Gradle menu doesn't have the same options as in the screenshot, and I am unable to select the "Gradle Settings" option. I've also tried searching for it under Help -> Find Action, but was also unable to find it. Here's what my Gradle looks like: image I also tried exploring the options of the cog on the top right, but I also couldn't find anything.

okkhoy commented 2 years ago

Did you try enabling the coverage thing directly without gradle setting (directly editing the run configuration)? If it works, continue to use that in your project. I am not sure what is the root cause of this problem. @zhenster