Closed neuodev closed 1 year ago
Hey @AhmedIbrahim336, thanks for the PR !
Just for your information 100% test coverage is enforced via the CI, so we will not miss any tests for sure. But I'm happy to add it to the list 👍🏻
Merging #45 (0a83a0f) into main (d4e452b) will not change coverage. The diff coverage is
n/a
.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
@@ Coverage Diff @@
## main #45 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 7 7
Lines 666 666
Branches 79 79
=========================================
Hits 666 666
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Please explain the main changes of your pull request
Whenever a new returned code is added, new unit tests should be written/updated to cover the new case. I added a checklist item to remind who is opening the PR to add/update the tests.
Checklist