ProtixIT / dataclass-binder

Python library to bind TOML data to dataclasses in a type-safe way
MIT License
13 stars 2 forks source link

Check coverage in CI #5

Closed mthuurne closed 1 year ago

mthuurne commented 1 year ago

This will check whether our coverage is still 100% and fail the CI otherwise, with an HTML report showing the uncovered code.

Based on: https://hynek.me/articles/ditch-codecov-python/