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

Make sure the debug log contains line breaks #1650

Merged
merged 1 commit into from Nov 22, 2018

Conversation

andeya
Copy link
Contributor

@andeya andeya commented Nov 19, 2018

Many debug logs have no line breaks, so fix them here.

  • With pull requests:
    • Open your pull request against master
    • Your pull request should have no more than two commits, if not you should squash them.
    • It should pass all tests in the available continuous integrations systems such as TravisCI.
    • You should add/modify tests to cover your proposed code changes.
    • If your pull request contains a new feature, please document it on the README.

Many debug logs have no line breaks, so fix them here.
@codecov
Copy link

codecov bot commented Nov 19, 2018

Codecov Report

Merging #1650 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1650      +/-   ##
==========================================
+ Coverage   99.28%   99.29%   +<.01%     
==========================================
  Files          40       40              
  Lines        1971     1973       +2     
==========================================
+ Hits         1957     1959       +2     
  Misses         10       10              
  Partials        4        4
Impacted Files Coverage Δ
debug.go 95.91% <100%> (+0.17%) ⬆️

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 d6b2c13...fc0685b. Read the comment docs.

@appleboy appleboy added this to the 1.4 milestone Nov 22, 2018
@appleboy appleboy merged commit 3d44ff8 into gin-gonic:master Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants