-
Notifications
You must be signed in to change notification settings - Fork 128
Fixed test setup for GCM phonegap option #31
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
Conversation
|
Thanks, there is still missing tests when custom is string and when custom is something else (a number i.e.). In fact now that I read again the code, I see something not really nice there: What do you think if we change it to: Would this affect to your branch? I propose that you implement this change and check if it's going to break your branch. Otherwise will implement in master but maybe some conflicts with this branch could arise. |
|
Looks good to me and does not break any tests. I added your suggestion to this branch. The missing tests you describe were missing all along then, weren't they? Could you just add them to the master on your own? I would really appreciate that :) |
|
Hmm... that's quite strange, the coverage before your branch was 100%... Are you sure that they were missing? |
|
I think so? Coverage on commit 873238 (Release 1.0.14) Statements : 98.97% ( 193/195 ) Coverage on commit 777182 Statements : 98.99% ( 196/198 ) |
|
Thanks for merging! :) Are you going to release 1.0.15 soon? |
|
Sure, I'm planning to implement the coverage remaining parts and publish (hope today, sure this week) |
|
Hi @appfeel any progress on your part? Would you consider releasing a new version without the missing coverage if you can't find the time to implement it? Regards |
|
Thanks @alex-friedl, released :) |
|
Thank you! :) |
|
I'd be happy to add you in contributors section in package if you have time to pull request it as you wish :) |
|
I'd be happy to be added :) What exactly do you need me to do? Not quite sure I understand :) |
|
:) a new pull request with a package.json modified: https://docs.npmjs.com/files/package.json#people-fields-author-contributors "contributors": [
{
"name": "optional",
"email": "optional",
"url": "optional"
}
] |
|
Done! :) |
No description provided.