You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have made all the necessary settings but I don't get any statistics. For every file that has test, it just shows as "0% files, 0% lines covered". I'm running clion on Mac Mojave, clion version: 2019.3.6
The text was updated successfully, but these errors were encountered:
What compiler are you using? Is the editor highlighted in any way (red or green)? If you are using AppleClang (which you might even if the executable is called g++) have you made sure to use a suitable llvm-cov version instead of gcov? If you picked apple's gcov it should have given you an error message after running.
I have made all the necessary settings but I don't get any statistics. For every file that has test, it just shows as "0% files, 0% lines covered". I'm running clion on Mac Mojave, clion version: 2019.3.6
The text was updated successfully, but these errors were encountered: