Knitschi / CPFCMake

A component of the CMakeProjectFramework. It provides the CMake code that implements a CI-pipeline.
MIT License
2 stars 2 forks source link

Add code coverage target for Linux. #1

Open Knitschi opened 6 years ago

Knitschi commented 6 years ago

Currently the pipeline can only create test coverage reports on Windows using OpenCppCoverage. We should add a target that does the same on Linux.

Notes: