-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
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
add coverage analysis for tests of the python package #221
Comments
I have created a .ini for running the coverage analysis and have gotten the report as a html file and its generated locally. Could you please suggest me what to do next? |
Hello, can you create a new PR (referencing this issue) and we take it from there? The overall idea is to start monitoring the code coverage of our tests, add it to one of the existing workflows, and, later on, display some coverage badge in our README. I'm not sure about the details, but there seems to be many posts describing the process (e.g., https://nedbatchelder.com/blog/202209/making_a_coverage_badge.html). Thanks! |
Hello, I have created a pull request addressing the code coverage monitoring for our tests as referenced in Issue #221. In the PR, I have implemented the necessary changes to start monitoring code coverage . Please let me know if this aligns with your expectations or if there are any additional changes or details needed. Thank you. below are the screenshots of the code coverages |
No description provided.
The text was updated successfully, but these errors were encountered: