vthiery / cpp-statsd-client

A header-only StatsD client implemented in C++
MIT License
51 stars 19 forks source link

Add Code Coverage to CI #32

Closed kevinkreiser closed 3 years ago

kevinkreiser commented 3 years ago

CI should fail if code coverage falls below 85%. Current coverage is 89.1% and most of the missing lines are error handling for errors that are hard to make happen, especially udp socket or sending errors as well as lines in the test that cant be covered unless the code breaks.

kevinkreiser commented 3 years ago

@vthiery i think i've added all the suggestions!