[CDash] Coverage Thresholds per label

Javed Shakeel javed.shakeel+cdash at aptportfolio.com
Mon Oct 28 14:15:36 UTC 2019


Hello everyone!
  I intend to use cdash to view and monitor coverage of our code base,
which is mainly C++. I think I can divide the files in the following broad
categories:
1) Files with zero coverage since they are not tested with an existing unit
test.
2) Files with higher (> 80%) coverage
3) Files with lower (< 80%) coverage
4) Files with lower (< 80%) coverage but which are third party generated
code which we do not intend to cover in our unit tests.

I would like to assign different labels to each of the above categories and
generate alerts for only for (2) & (3) but at different threshold levels.

I have gone through
https://blog.kitware.com/cdash-all-at-once-subproject-builds/
but dont think it would allow me to implement what I intend to.

I would like to elicit suggestions on how to achieve this.

Thanks,
Javed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cdash/attachments/20191028/25633716/attachment.htm>


More information about the CDash mailing list