WinterFramework / winter

Web Framework with focus on python typing, dataclasses and modular design
MIT License
17 stars 18 forks source link

Fix coverage #197

Closed pristupa closed 3 years ago

pristupa commented 3 years ago

Almost everywhere it's just marking the code as pragma: no cover. It's going to be difficult to find by pragma: no cover than be missing coverage, but I'd like to work on repositories now and don't want the coverage percentage diff to block me.