Khareem O'Brain

Results 8 comments of Khareem O'Brain

> i had the same issue, but without using any HOC like redux, my component in step 4 was just a plain class component, somehow it was still dropping in...

Have you tried with ms code coverage instead ? I'm using VS Professional , not Enterprise . i believe MS Code Coverage is only available in Enterprise . Can you...

![image](https://github.com/FortuneN/FineCodeCoverage/assets/45461899/0ca91148-4b98-4333-84dd-47a5e5f34288) ![image](https://github.com/FortuneN/FineCodeCoverage/assets/45461899/66d949da-131b-4ebe-94d4-368cd4f3a903) ![image](https://github.com/FortuneN/FineCodeCoverage/assets/45461899/0d5ca04c-b760-4f92-a9a6-05d3e913431b) Here are the screenshots

> You can use ms code coverage with FCC. RunMsCodeCoverage Yes This is the result when i did this ... -fcc-mscodecoverage-generated.runsettings was not created . only ..coverage.xml is in netcoreapp3.1\fine-code-coverage\coverage-tool-output...

> cobertura file The xml file in the coverage too output is attached below , i had to zip it so it can go through [SCORIN~1.ZIP](https://github.com/FortuneN/FineCodeCoverage/files/14936483/SCORIN.1.ZIP)

> I will check the zip when I am at my laptop. > > With both methods of collecting coverage there is the same issue. Perhaps we have hit windows...

> If the cobertura file does exist can you post it This file was not generated

Resolved , it worked when i restructured the project with shorter path . Thanks