-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Code coverage improvements #1024
Conversation
@profnandaa I have some other little fixes, should i open a new PR or push to this one? |
Sure, can make it a separate PR.
-na
On Sat, May 25, 2019 at 2:08 PM Sarhan Aissi ***@***.***> wrote:
@profnandaa <https://github.com/profnandaa> I have some other little
fixes, should i open a new PR or push to this one?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1024>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB7ZEOJAFII2XK2JNYFGH3PXEMZFANCNFSM4HK4FBGQ>
.
--
Sent from a tiny device while on the move.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@tux-tn -- sorry for my delay to reviewing this. Please fix the merge conflicts and we should land. |
@tux-tn thank you for taking time to look into this, my branch is now up to date with master |
@profnandaa can we add a tool like Coveralls or Codecov to handle coverage change in future PRs? |
Good idea, for sure. Please open an issue for this, I'll follow up
with @chriso
…On Tue, Jun 18, 2019 at 6:48 PM Sarhan Aissi ***@***.***> wrote:
@profnandaa <https://github.com/profnandaa> can we add a tool like
Coveralls or Codecov to handle coverage change in future PRs?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1024>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB7ZEJ23XVQWD7VCSZBQS3P3D7TNANCNFSM4HK4FBGQ>
.
--
*Nandaa **Anthony*
*,*Software Craftsman & Mentor
*Twitter/Github: *@profnandaa <http://twitter.com/profnandaa>
*Blog: *www.nandaa.com <http://nandaa.com>
|
Hello,
This PR contains various changes:
\S
as chars for example)error
intest
function add possibility to check for thrown error in validators, mainly used in working with non-existing locales.Not very confident about adding tooling/dependencies without prior discussions but I also added istanbul/nyc , it helped me to find and fix unhandled conditions and cases and may be very useful for validator.js PRs when linked with Codecov or Coverall.
Coverage before changes:
Coverage after changes: