SMTP-send-email tests#130
Open
adtserapio wants to merge 3 commits intorstudio:masterfrom
adtserapio:smtp-send-tests
Open
SMTP-send-email tests#130adtserapio wants to merge 3 commits intorstudio:masterfrom adtserapio:smtp-send-tests
adtserapio wants to merge 3 commits intorstudio:masterfrom
adtserapio:smtp-send-tests
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Good day!
I am a Google Code-in participant, wherein we were tasked to find r packages and try to increase the code coverage. I am still a super git newb, but wanted to try it out. I have recently added a test for the smtp-send function.
So far, from the current
, I was able to raise it to a
. A link to the coverage that I did could be accessed here : https://codecov.io/gh/pilipino/blastula/branch/master/.
I completely understand that this is far from a drastic improvement, and indeed I wish to increase the code coverage by a couple more points. I've seen the note that
send_mail()function might be removed so I haven't added tests there yet.Thank you very much for your time! :)