keenlabs / keen-sdk-net

A .NET SDK for the Keen IO API
MIT License
37 stars 24 forks source link

Code Coverage #72

Closed masojus closed 6 years ago

masojus commented 7 years ago

Do whatever is necessary to get code coverage running. This might be manual at first to make sure the right things are being instrumented and the numbers gathered are correct and meaningful.

Eventually this should be happening with CI on new commits and PRs the way we have it working in other Keen SDKs.

Then we can make this a required check on merges to certain branches and start trying to get these numbers up, up, up.

masojus commented 6 years ago

This is basically done as part of the work in PRs #124, #125, and #126