Election-Tech-Initiative / Election-Tech-Initiative/electionguard-cpp
Enable Test Coverage
Open
code owner only
- Dominant language
- C++
- Stars
- 26
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.