CDCgov / RecordLinker

Apache License 2.0
1 stars 0 forks source link

publish unit test code coverage to Codecov #32

Open ericbuckley opened 2 days ago

ericbuckley commented 2 days ago

Summary

At the end of our unit test CI job, we should publish the results of those runs to Codecov. This will help us track our testing coverage over time, allow us to create rules so we don't add too much code that's not tested, and publicly display this information on the repo.

Acceptance Criteria

Details / Tasks