web icon indicating copy to clipboard operation
web copied to clipboard

Introduce coverage package to get LoC covered by tests in codebase and push report into codecov

Open avirajkhare00 opened this issue 2 years ago • 0 comments

Please do checkout coverage.py: https://coverage.readthedocs.io/en/6.4.4/

Code coverage helps us to know how many tests are written. Also, you can push the reports to codecov: https://about.codecov.io/

avirajkhare00 avatar Sep 17 '22 17:09 avirajkhare00