[cmake-developers] Support for coverage.py coverage on the topic stage

Bill Hoffman bill.hoffman at kitware.com
Mon Sep 30 10:45:51 EDT 2013


On 9/28/2013 5:36 AM, Rolf Eike Beer wrote:
> Break if everything is fine, continue on error or when no files are found? All
> other handlers support being run in parallel, why not Bullseye?
Not really.

Return 0 if COVFILE is not set so, no coverage.

Return 0 if COVFILE is set but there was nothing in the DB pointed to by 
COVFILE, basically no coverage.

This is the same thing that gcov and the other handlers do.  If you 
don't find any coverage files move on to the next coverage type and try 
that.

I don't understand what you mean by parallel?

-Bill


-- 
Bill Hoffman
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065
bill.hoffman at kitware.com
http://www.kitware.com
518 881-4905 (Direct)
518 371-3971 x105
Fax (518) 371-4573



More information about the cmake-developers mailing list