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

Fix ChangeFileContentInChangeEdit #32

Merged
merged 6 commits into from
Apr 20, 2017

Conversation

banksean
Copy link
Contributor

Another fix for making changes on chromium-review.googlesource.com.

This allows the caller to pass the new file contents as a string.

This fixes some problems I had when trying to update file contents in changes on chromium-review.googlesource.com.

Not crazy about adding a separate NewRawPutRequest func, but it didn't seem to fit in well with NewRequest().
@codecov-io
Copy link

codecov-io commented Apr 19, 2017

Codecov Report

Merging #32 into master will increase coverage by 0.27%.
The diff coverage is 43.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   17.32%   17.59%   +0.27%     
==========================================
  Files          20       20              
  Lines        1709     1722      +13     
==========================================
+ Hits          296      303       +7     
- Misses       1386     1389       +3     
- Partials       27       30       +3
Impacted Files Coverage Δ
changes_edit.go 0% <0%> (ø) ⬆️
gerrit.go 83% <53.84%> (-1.97%) ⬇️

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 6807790...9f6517c. Read the comment docs.

@andygrunwald
Copy link
Owner

<3

@andygrunwald andygrunwald merged commit b9b0341 into andygrunwald:master Apr 20, 2017
@opalmer opalmer modified the milestone: 0.3.0 Jun 5, 2017
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.

4 participants