mem0
mem0 copied to clipboard
Integrate code coverage package `pytest-cov`
🚀 The feature
We want to monitor the extent of code coverage achieved through the tests written. Integrate pytest-cov that records the code coverage.
Motivation, pitch
Understand how much code is covered with tests.