Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: migrate preconditions to use non-null error messages #415

Merged

addressing pr comments for javadocs

ee0e40f
Select commit
Loading
Failed to load commit list.
Merged

chore: migrate preconditions to use non-null error messages #415

addressing pr comments for javadocs
ee0e40f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 18, 2024 in 0s

97.02% (target 80.00%)

View this Pull Request on Codecov

97.02% (target 80.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.02%. Comparing base (72d8e84) to head (ee0e40f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #415      +/-   ##
============================================
- Coverage     97.06%   97.02%   -0.04%     
+ Complexity      416      409       -7     
============================================
  Files            82       82              
  Lines          1465     1446      -19     
  Branches         96       89       -7     
============================================
- Hits           1422     1403      -19     
  Misses           32       32              
  Partials         11       11              
Files with missing lines Coverage Δ
...a/com/hedera/block/common/utils/Preconditions.java 100.00% <100.00%> (ø)