This is my first post here. I have following problem. I wanted to have reports about code coverage using Jenkins Cobertura plugin. The application is written in C++ (MinGW32 compiler) on Windows. To achieve some reports I know, that must compile Application with special compiler mode (for gcc is '-gcov' mode) and launch tests. Does anyone know how is named mode,lik '-gcov' for MinGW32 ?
Asked
Active
Viewed 77 times