We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to setup codecov.io to measure code coverage.
As the package is growing, we need to add test for each piece of code. For this we need to measure the coverage right now and then track it from here.
The text was updated successfully, but these errors were encountered:
Hey @taranjeet I want to work on this issue
Sorry, something went wrong.
Hey @morgoth9808 , assigned it to you.
Hey @taranjeet can you tell me which method should i use to generate the test coverage file I have been using :
coverage run -m pytest
And its generating errors
Setup codecov.io to measure test coverage #696 (#739)
57ecfca
morgoth9808
Successfully merging a pull request may close this issue.
🚀 The feature
We need to setup codecov.io to measure code coverage.
Motivation, pitch
As the package is growing, we need to add test for each piece of code. For this we need to measure the coverage right now and then track it from here.
The text was updated successfully, but these errors were encountered: