java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

chore: javadoc and tests for api, context

Open toddbaert opened this issue 1 year ago • 2 comments

This PR contains no functional changes, it:

  • adds specific test for API context
  • cleans up general merging test by using spy
  • adds missing javadocs on API

fixes: https://github.com/open-feature/java-sdk/issues/939

:warning: Please don't merge before https://github.com/open-feature/java-sdk/pull/934 so we can avoid some conflicts.

toddbaert avatar May 17 '24 14:05 toddbaert

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.27%. Comparing base (a0b1d25) to head (d406218).

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #942      +/-   ##
============================================
+ Coverage     95.04%   95.27%   +0.22%     
- Complexity      392      393       +1     
============================================
  Files            38       38              
  Lines           888      888              
  Branches         54       54              
============================================
+ Hits            844      846       +2     
+ Misses           24       23       -1     
+ Partials         20       19       -1     
Flag Coverage Δ
unittests 95.27% <ø> (+0.22%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 17 '24 14:05 codecov[bot]

@toddbaert I think this can be rebased an considered for 1.8.1 release :)

Kavindu-Dodan avatar May 24 '24 21:05 Kavindu-Dodan