uber / kraken

P2P Docker registry capable of distributing TBs of data in seconds
Apache License 2.0
6.12k stars 420 forks source link

Decide on code coverage standards and enforce them through CICD #366

Open Anton-Kalpakchiev opened 1 month ago

Anton-Kalpakchiev commented 1 month ago

We have just added a CICD pipeline that runs all tests upon pushing and merging code. However, we don't yet enforce a minimum code coverage. We should decide what standards we need and then enforce them through the CICD.

Anton-Kalpakchiev commented 1 month ago

This has been done before. This PR for example has a code coverage report: https://github.com/uber/kraken/pull/216