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
This behaviour was discussed in #973 because gvoc is missing this info for some functions. It seems that the "some" is many for you.
I'll change it to be printed only once.
Describe the bug
In gcovr 8.0, the following string is being printed thousands of times:
This print was added in #976.
To Reproduce
I am unsure what causes the block number to be undefined in
.gcov
files. I will check my project (nohtyP) to see if there's a gcov option I'm missing.Expected behavior
I would recommend removing this print, or printing once rather than at every applicable line.
Screenshots
From my build https://ci.appveyor.com/project/Syeberman/nohtyp/builds/50783482?fullLog=true:
Relevant files:
.gcov
archive: munit_test.gcov.tar.gz.lcov
: munit_test.lcov.txtDesktop (please complete the following information)
./Build/make coverage
creates aBuild/native/coverage/munit_test.gcov.tar.gz
file containing the.gcov
filesThe text was updated successfully, but these errors were encountered: