whyhow-ai / knowledge-table

Knowledge Table is an open-source package designed to simplify extracting and exploring structured data from unstructured documents.
MIT License
196 stars 25 forks source link

[FEATURE] Add testing coverage badge #21

Open tomsmoker opened 5 days ago

tomsmoker commented 5 days ago

What

We want a view of how much test coverage the project has.

Why

We want to see where we're at, and where we need to improve.

Implementation guidance

We're already getting a coverage report with pytest. We need to sign up to (probably) Codecov, add the check into the CI flow and then add the badge to the readme.