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

(#231) Continued making implementations accept HttpClient #232

Closed llorllale closed 6 years ago

llorllale commented 6 years ago

This PR is for #231:

codecov[bot] commented 6 years ago

Codecov Report

Merging #232 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #232      +/-   ##
==========================================
- Coverage   97.54%   97.54%   -0.01%     
==========================================
  Files          52       52              
  Lines         693      692       -1     
  Branches       28       28              
==========================================
- Hits          676      675       -1     
  Misses         16       16              
  Partials        1        1
Impacted Files Coverage Δ
.../org/llorllale/youtrack/api/XmlUsersOfProject.java 100% <ø> (ø) :arrow_up:
...va/org/llorllale/youtrack/api/DefaultYouTrack.java 100% <ø> (ø) :arrow_up:
...org/llorllale/youtrack/api/DefaultUpdateIssue.java 100% <100%> (ø) :arrow_up:
...main/java/org/llorllale/youtrack/api/XmlIssue.java 93.33% <100%> (ø) :arrow_up:
...in/java/org/llorllale/youtrack/api/XmlProject.java 90% <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 bcf9dd0...cde6e2d. Read the comment docs.