You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
make test in master currently reports 49.0% code coverage overall. There are multiple critical code paths not covered with tests. For example:
algorithms.go only has 81% and is arguably the most important piece of code.
global.go only has 84.2% and has no unit tests (😱)
It would be nice if, going forward, we block PRs that do not include tests. I suggest enabling Codecov through https://github.com/marketplace/codecov and uploading code coverage in every PR and for every push to main.