-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add intel build and code coverage #42
Comments
I have added code coverage... We still need intel compiler build. |
@kgerheiser how come when I do the code coverage commands on my own system, I get a nice looking coverage report like this: But when I download the artifact and open it, it looks terrible: |
I note that on my machine I seem to have gcovr 4.2 but our CI system is using 5.0. Perhaps that's part of the problem... |
OK, one problem is that when we upload the coverage report files, we are grabbing all html, but there is also a css file to grab! We are missing it... @kgerheiser this will probably have to be fixed everywhere. While fixing, also include the -e ../tests argument to gcovr, to leave the test code out of the code coverage report. |
OK, this was because I had ctest --version instead of ctest --verbose! Now everything is working. I will close this issue. |
@kgerheiser can you do this one?
The text was updated successfully, but these errors were encountered: