ing-bank / popmon

Monitor the stability of a Pandas or Spark dataframe ⚙︎
https://popmon.readthedocs.io/
MIT License
495 stars 34 forks source link

code coverage of 100% #172

Open sbrugman opened 2 years ago

sbrugman commented 2 years ago

The risk of breaking functionality on introducing new features could be reduced by ensuring that each line of code is covered by the tests and that this is enforced at test time. Other repos, such as this also use this.

For that, we can include pytest-cov to the test dependencies and increase the test coverage until it passes (see this annswer).

TanyaKansal commented 1 week ago

can i work on this @sbrugman

sbrugman commented 1 week ago

Sure, feel free to open a pull request!

TanyaKansal commented 1 week ago

can you mark it with hacktoberfest label? @sbrugman

TanyaKansal commented 1 week ago

can you plz add me as assignee @sbrugman

sbrugman commented 1 week ago

It's not required for hacktoberfest, but here you go!

TanyaKansal commented 1 week ago

thanks @sbrugman