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

lcov different -b and -d #8

Open
fuzzah opened this issue Feb 22, 2022 · 0 comments
Open

lcov different -b and -d #8

fuzzah opened this issue Feb 22, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@fuzzah
Copy link
Member

fuzzah commented Feb 22, 2022

Сейчас не предусмотрен случай, когда файлы gcda/gcno могут располагаться по пути, отличному от папки с исходным кодом (например, CMake с папкой build вне папки src).
Также не предусмотрен случай, когда приложение собирается из нескольких папок исходного кода, для которых общая часть пути - "/" (например, /src и /boost). В таком случае src_path можно указать как "/", но тогда для lcov не будет смысла в опции --no-external.

В обоих случаях некорректно отрабатывает bb-coverage.

@fuzzah fuzzah added bug Something isn't working enhancement New feature or request labels Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant