AlexanderJDupree / Bridges

HTTP/S Server and Library for C++
MIT License
2 stars 0 forks source link

[TASK] - Add code coverage reports to Bridges #8

Open AlexanderJDupree opened 4 years ago

AlexanderJDupree commented 4 years ago

Overview

Add code coverage reports which will help with the visibility on project status and testing needs.

Context

We can use a multitude of code coverage solutions and have our CI/CD pipeline upload the coverage reports to the appropriate medium. I've used gcov and codecov.io in the past it's worked out pretty good.