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

feat(api): Add the JavaScript File Export Options #178

Closed akashpambhar closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #178 (baf287d) into master (77bd300) will increase coverage by 0.06%. The diff coverage is 83.34%.

@@             Coverage Diff              @@
##             master     #178      +/-   ##
============================================
+ Coverage     51.12%   51.17%   +0.06%     
- Complexity      899      902       +3     
============================================
  Files           414      415       +1     
  Lines          3844     3850       +6     
  Branches         93       94       +1     
============================================
+ Hits           1965     1970       +5     
- Misses         1856     1857       +1     
  Partials         23       23              
Files Changed Coverage Δ
...sourcefiles/model/JavaScriptFileExportOptions.java 75.00% <75.00%> (ø)
.../http/impl/json/FileExportOptionsDeserializer.java 100.00% <100.00%> (ø)
akashpambhar commented 1 year ago

@andrii-bodnar thank you for the opportunity! This was my first contribution in Open Source projects.