llorllale / youtrack-api

Fluent, object-oriented Java wrapper for YouTrack's REST API.
https://llorllale.github.io/youtrack-api
Other
12 stars 0 forks source link

(#73) Delete attachments with Attachment.delete() #214

Closed llorllale closed 6 years ago

llorllale commented 6 years ago

This PR:

codecov[bot] commented 6 years ago

Codecov Report

Merging #214 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #214      +/-   ##
==========================================
+ Coverage   97.53%   97.56%   +0.03%     
==========================================
  Files          51       51              
  Lines         690      699       +9     
  Branches       28       28              
==========================================
+ Hits          673      682       +9     
  Misses         16       16              
  Partials        1        1
Impacted Files Coverage Δ
...java/org/llorllale/youtrack/api/XmlAttachment.java 100% <100%> (ø) :arrow_up:
...org/llorllale/youtrack/api/DefaultAttachments.java 90.47% <100%> (ø) :arrow_up:

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 65bda15...0be2e05. Read the comment docs.