Skip to content
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

integrate a code coverage tool #9

Open
nclack opened this issue Aug 18, 2022 · 0 comments
Open

integrate a code coverage tool #9

nclack opened this issue Aug 18, 2022 · 0 comments

Comments

@nclack
Copy link
Member

nclack commented Aug 18, 2022

building with llvm

There's a way to do it via a visual studio toolchain, but it might be better to just use ninja, choco install llvm and specify clang and clang++ as the C/CXX compilers for cmake. Need to add compiler flags for instrumenting coverage and may need to link the profiler lib.

references:

https://andreasfertig.blog/2020/12/cpp-insights-code-coverage-on-windows/
https://github.com/andreasfertig/cppinsights/blob/main/.github/workflows/ci.yml

https://marco-c.github.io/2018/01/09/code-coverage-with-clang-on-windows.html

@aliddell aliddell transferred this issue from another repository Jun 20, 2023
@aliddell aliddell transferred this issue from acquire-project/acquire-video-runtime Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant