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: Add Blob.uploadFrom(Path) #109

Closed
wants to merge 3 commits into from

Conversation

dmitry-fa
Copy link
Contributor

Fixes #62

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 31, 2020
@codecov
Copy link

codecov bot commented Jan 31, 2020

Codecov Report

Merging #109 into master will increase coverage by 0.08%.
The diff coverage is 88.23%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #109      +/-   ##
============================================
+ Coverage      63.3%   63.39%   +0.08%     
- Complexity      528      533       +5     
============================================
  Files            30       30              
  Lines          4720     4737      +17     
  Branches        450      452       +2     
============================================
+ Hits           2988     3003      +15     
- Misses         1571     1573       +2     
  Partials        161      161
Impacted Files Coverage Δ Complexity Δ
...e/src/main/java/com/google/cloud/storage/Blob.java 82.88% <88.23%> (+0.53%) 35 <5> (+5) ⬆️

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 53abe4a...cc83f18. Read the comment docs.

@dmitry-fa dmitry-fa closed this Jan 31, 2020
@dmitry-fa dmitry-fa deleted the uploadFromSquash branch May 19, 2020 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Blob.uploadFrom(InputStream)
2 participants