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

feat: improve type safety when combining unis with limited concurrency #1736

Merged
merged 1 commit into from
Nov 13, 2024

feat: improve type safety when combining unis with limited concurrency

f66e00e
Select commit
Loading
Failed to load commit list.
Merged

feat: improve type safety when combining unis with limited concurrency #1736

feat: improve type safety when combining unis with limited concurrency
f66e00e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 12, 2024 in 1s

89.40% (-0.09%) compared to be44288

View this Pull Request on Codecov

89.40% (-0.09%) compared to be44288

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.40%. Comparing base (be44288) to head (f66e00e).
Report is 5 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1736      +/-   ##
============================================
- Coverage     89.48%   89.40%   -0.09%     
- Complexity     3278     3280       +2     
============================================
  Files           458      458              
  Lines         13349    13365      +16     
  Branches       1651     1651              
============================================
+ Hits          11946    11949       +3     
- Misses          791      794       +3     
- Partials        612      622      +10     
Files with missing lines Coverage Δ
...n/java/io/smallrye/mutiny/groups/UniAndGroup2.java 62.50% <100.00%> (+3.40%) ⬆️
...n/java/io/smallrye/mutiny/groups/UniAndGroup3.java 61.53% <100.00%> (+3.20%) ⬆️
...n/java/io/smallrye/mutiny/groups/UniAndGroup4.java 60.71% <100.00%> (+3.02%) ⬆️
...n/java/io/smallrye/mutiny/groups/UniAndGroup5.java 59.37% <100.00%> (+2.70%) ⬆️
...n/java/io/smallrye/mutiny/groups/UniAndGroup6.java 58.82% <100.00%> (+2.57%) ⬆️
...n/java/io/smallrye/mutiny/groups/UniAndGroup7.java 58.33% <100.00%> (+2.45%) ⬆️
...n/java/io/smallrye/mutiny/groups/UniAndGroup8.java 57.89% <100.00%> (+2.33%) ⬆️
...n/java/io/smallrye/mutiny/groups/UniAndGroup9.java 57.50% <100.00%> (+2.23%) ⬆️

... and 9 files with indirect coverage changes