You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,3 +63,9 @@ Optionally, integrate with Coveralls for code coverage tracking:
63
63
python3 coveralls
64
64
65
65
That's it! You have now successfully set up your local development environment and generated a test report.
66
+
67
+
After reviewing the results, you can determine which of the files under the source code folder need more tests based on their corresponding percentages.
68
+
69
+
Our aim is to have 97% of overall codebase coverage to ensure that there are no discrepencies.
70
+
71
+
Thank you for considering to help our project, we really appreciate it :)
0 commit comments