Sometimes an unfortunate network interruption (even a very brief one,
at just the wrong time...) can cause my bullseye dashboards to report
"0%" coverage. I use the license manager for Bullseye, so the build
machine needs network access to the license manager machine when
turning coverage on and off with the "cov01" Bullseye tool. If there is
no network access at "call cov01 -1" time, then trying to turn on
coverage measurement cannot succeed, and the result is a coverage build
without any coverage data: 0%.

You can probably tell if this is happening to you or not by paying
attention to the return value of cov01. I suspect it returns an error
code in this condition, but my scripts just ignore it and continue with
the build anyhow.

HTH,
David C.


-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to