electionguard-cpp
electionguard-cpp copied to clipboard
Enable Test Coverage
As a developer I would like test coverage to be published using a standardized format so that I can easily see coverage directly in github CI/CD runs.
We are targeting 90% code coverage.
each public facing C and c++ API should have at least one static test.
We should also use something like libfuzzer to test the expected boundaries of input values.
Test Coverage should also be enabled for .Net Standard Tests