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

Limit the javadocs to the public API #841

Merged
merged 1 commit into from
Feb 9, 2022

Conversation

jponge
Copy link
Member

@jponge jponge commented Feb 9, 2022

No description provided.

@jponge jponge requested a review from cescoffier February 9, 2022 15:21
@jponge jponge added the documentation Improvements or additions to documentation label Feb 9, 2022
@jponge jponge added this to the 1.4.0 milestone Feb 9, 2022
@jponge jponge linked an issue Feb 9, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Feb 9, 2022

Codecov Report

Merging #841 (af2cf55) into main (580db9c) will increase coverage by 0.19%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #841      +/-   ##
============================================
+ Coverage     89.06%   89.26%   +0.19%     
- Complexity     3053     3061       +8     
============================================
  Files           383      383              
  Lines         12185    12185              
  Branches       1547     1549       +2     
============================================
+ Hits          10853    10877      +24     
+ Misses          705      684      -21     
+ Partials        627      624       -3     
Impacted Files Coverage Δ
...ava/io/smallrye/mutiny/helpers/HalfSerializer.java 77.77% <0.00%> (-11.12%) ⬇️
...iny/operators/multi/builders/BaseMultiEmitter.java 80.39% <0.00%> (-3.93%) ⬇️
...tiny/operators/multi/MultiBufferWithTimeoutOp.java 73.10% <0.00%> (-2.53%) ⬇️
...lrye/mutiny/operators/uni/builders/UniJoinAll.java 94.44% <0.00%> (-1.39%) ⬇️
...mallrye/mutiny/operators/multi/MultiFlatMapOp.java 84.19% <0.00%> (-0.92%) ⬇️
.../io/smallrye/mutiny/helpers/queues/DrainUtils.java 82.22% <0.00%> (ø)
...erators/multi/builders/SerializedMultiEmitter.java 80.48% <0.00%> (+1.21%) ⬆️
...operators/multi/processors/BroadcastProcessor.java 88.46% <0.00%> (+1.28%) ⬆️
...subscription/SwitchableSubscriptionSubscriber.java 97.60% <0.00%> (+1.59%) ⬆️
...java/io/smallrye/mutiny/helpers/Subscriptions.java 80.66% <0.00%> (+1.65%) ⬆️
... and 8 more

@jponge jponge merged commit 2648842 into main Feb 9, 2022
@jponge jponge deleted the feature/limit-javadocs-to-public-api branch February 9, 2022 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Limit javadocs to the public API
2 participants