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

3.x: Fix marbles of first(T) #7400

Merged
merged 1 commit into from
Mar 10, 2022
Merged

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Mar 8, 2022

The operator had its old name in the diagram. Also created a separate image for Flowable.

image
image

@codecov
Copy link

codecov bot commented Mar 8, 2022

Codecov Report

Merging #7400 (c942c1d) into 3.x (9f91839) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x    #7400      +/-   ##
============================================
- Coverage     99.53%   99.53%   -0.01%     
- Complexity     6777     6779       +2     
============================================
  Files           751      751              
  Lines         47482    47482              
  Branches       6378     6378              
============================================
- Hits          47261    47259       -2     
+ Misses          102      100       -2     
- Partials        119      123       +4     
Impacted Files Coverage Δ
.../main/java/io/reactivex/rxjava3/core/Flowable.java 100.00% <ø> (ø)
...ain/java/io/reactivex/rxjava3/core/Observable.java 100.00% <ø> (ø)
...l/operators/observable/ObservableFlatMapMaybe.java 94.36% <0.00%> (-3.53%) ⬇️
...nternal/operators/observable/ObservableCreate.java 95.72% <0.00%> (-3.42%) ⬇️
...xjava3/internal/observers/FutureMultiObserver.java 96.61% <0.00%> (-3.39%) ⬇️
...eactivex/rxjava3/processors/BehaviorProcessor.java 97.48% <0.00%> (-2.52%) ⬇️
...va/io/reactivex/rxjava3/subjects/AsyncSubject.java 97.87% <0.00%> (-2.13%) ⬇️
...nternal/operators/observable/ObservableWindow.java 98.21% <0.00%> (-1.79%) ⬇️
.../operators/observable/ObservableFlatMapSingle.java 94.44% <0.00%> (-1.59%) ⬇️
...operators/flowable/FlowableConcatMapScheduler.java 99.20% <0.00%> (-0.40%) ⬇️
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9f91839...c942c1d. Read the comment docs.

@akarnokd akarnokd merged commit 72f24e2 into ReactiveX:3.x Mar 10, 2022
@akarnokd akarnokd deleted the FirstMarbleFix branch August 8, 2022 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant