nus-cs2103-AY2122S2 / forum

13 stars 1 forks source link

Test coverage not displayed correctly in IntelliJ #256

Open zihaowrez opened 2 years ago

zihaowrez commented 2 years ago

My IntelliJ shows that the test coverage for some classes are 0% image despite we have written the corresponding tests image

Does anyone know why? Thanks!

damithc commented 2 years ago

@zihaowrez I assume you already ran the 'tests with coverage' so that IDEA can collect the corresponding coverage data?

zihaowrez commented 2 years ago

@zihaowrez I assume you already ran the 'tests with coverage' so that IDEA can collect the corresponding coverage data?

Hi Prof, I've run gradle test and gradle coverage.