eclipse-uprotocol / up-cpp

uProtocol Language Specific Library for C++
Apache License 2.0
15 stars 25 forks source link

Add UT Coverage #171

Closed MarkStokes71 closed 3 weeks ago

MarkStokes71 commented 4 weeks ago

Added changes to makefile to create and capture UT coverage data. Unit test themselves are excluded. Also:

  1. Implement workflow to measure test code coverage.
  2. Generate coverage reports after tests are executed.
  3. Add support for posting coverage comments on PRs from forks.