pushover
pushover copied to clipboard
check for error in message.AddAttachment
Coverage remained the same at 80.217% when pulling c73cf4e9682a8a50d52c9101e2669f15a21474ce on antcs:check-error into 505cfd60a3406752dc18beca43566c30938d7cdc on gregdel:master.
Hello, thanks for your contribution !
I think the commit message should updated:
- it should start with an uppercase letter
- it could be more clear to specify that you're updating the tests and not the library itself
@gregdel Can you have a second look?
Hello, I just merged you other PR, this one is now in conflict. Could you rebase this PR ?
@gregdel merge conflict resolved
Could you rebase instead of merging, it would be better to have only one commit for this PR. There's multiple ways to to this but a simple way would be:
- Go to your master branch and pull the latest changed
- Go back to the branch containing the code for this PR and remove the commit we don't need (git reset --hard for exemple)
- Use git rebase from master
You should end up with only one commit :)