Skip to content
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

feat: support sync mode for http response. #208

Merged
merged 4 commits into from
Apr 6, 2017
Merged

feat: support sync mode for http response. #208

merged 4 commits into from
Apr 6, 2017

Conversation

appleboy
Copy link
Owner

@appleboy appleboy commented Apr 6, 2017

fix #206
fix #127

@codecov-io
Copy link

codecov-io commented Apr 6, 2017

Codecov Report

Merging #208 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #208      +/-   ##
==========================================
+ Coverage    96.2%   96.25%   +0.05%     
==========================================
  Files          13       13              
  Lines         895      907      +12     
==========================================
+ Hits          861      873      +12     
  Misses         26       26              
  Partials        8        8
Impacted Files Coverage Δ
config/config.go 100% <100%> (ø) ⬆️
gorush/notification.go 91.25% <100%> (+0.38%) ⬆️
gorush/server.go 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fcdd369...d2e5eff. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support async or sync mode. Support push notification synchronously
2 participants