-
Notifications
You must be signed in to change notification settings - Fork 45
Ensure 100% coverage in tests #564
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
Comments
And as a follow up we could integrate this into our CI pipeline but let's see what comes out first. |
I have walked through some of the files to figure out some unreachable lines(with the coverage report) what i found is an intereseting state, well some file do have some kind of helper functions (that could be used)
the |
What would you like to enhance and why? Is it related to an issue/problem?
Make sure that the testing code has 100% coverage; that is, there are no classes or functions defined in the testing code that are unused. Some arguments on why this is useful are made in the video linked below.
Preparations
Tasks
Step 1:
Step 2:
The text was updated successfully, but these errors were encountered: