crowdin / crowdin-api-client-java

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

test(tasks): add coverage for tasks/model #203

Closed akashpambhar closed 9 months ago

akashpambhar commented 9 months ago

Refs. #194

Add coverage for Assignee, AssignedTeam model classes

codecov-commenter commented 9 months ago

Codecov Report

Merging #203 (19228bb) into master (890e877) will increase coverage by 0.25%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #203      +/-   ##
============================================
+ Coverage     50.84%   51.09%   +0.25%     
- Complexity      953      963      +10     
============================================
  Files           437      437              
  Lines          4060     4060              
  Branches        110      110              
============================================
+ Hits           2064     2074      +10     
+ Misses         1968     1956      -12     
- Partials         28       30       +2     

see 3 files with indirect coverage changes

andrii-bodnar commented 9 months ago

@akashpambhar it increases the task package coverage by only 4%. Please include more tests to cover the other models. Thank you!