crowdin / crowdin-api-client-java

Java client library for Crowdin API
https://jitpack.io/#crowdin/crowdin-api-client-java
MIT License
65 stars 44 forks source link

fix(url): not add trailing question mark if no params passed #154

Closed innomaxx closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #154 (5914db7) into master (8386a0b) will increase coverage by 0.03%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #154      +/-   ##
============================================
+ Coverage     50.46%   50.49%   +0.03%     
- Complexity      820      821       +1     
============================================
  Files           393      393              
  Lines          3639     3641       +2     
  Branches         91       91              
============================================
+ Hits           1836     1838       +2     
  Misses         1782     1782              
  Partials         21       21              
Impacted Files Coverage Δ
.../java/com/crowdin/client/core/http/HttpClient.java 80.00% <100.00%> (+5.00%) :arrow_up: