-
Notifications
You must be signed in to change notification settings - Fork 526
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 isNumber
predicate
#2570
Add isNumber
predicate
#2570
Conversation
To pass the coverage check, you add the new predicate in the file |
25a845e
to
760ae5c
Compare
Hi @guerinoni You need to signed your commit, to appease the CI (see https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits). You should have something like this: |
@jcamiel thanks now should be fine with my GPG |
@fabricereix actually i don't understand why some testing is failing with changes not related to those tests |
@guerinoni, you probably need to run the test locally to understand what is going on. |
Right now i managed to run |
You have modified the expected file |
You have also modified |
Hi @guerinoni you should do the following changes in your PR:
If you want, I can make these changes and your branch and see if all is correct after, |
Yes feel free to push |
/accept |
🕗 /accept is running, please wait for completion. |
✅ Pull request merged and closed by
|
Hi @guerinoni I've rebased and force pushed with tiny changes, everything is OK now. For the PR! |
Partially closes #2538.