Skip to content

Conversation

eltociear
Copy link
Contributor

Thank you for contributing to RxJava. Before pressing the "Create Pull Request" button, please consider the following points:

  • Please give a description about what and why you are contributing, even if it's trivial.

Fixed typo below.

seperate -> separate
  • Please include the issue list number(s) or other PR numbers in the description if you are contributing in response to those.

  • Please include a reasonable set of unit tests if you contribute new code or change an existing one. If you contribute an operator, (if applicable) please make sure you have tests for working with an empty, just, range of values as well as an error source, with and/or without backpressure and see if unsubscription/cancellation propagates correctly.

@codecov
Copy link

codecov bot commented May 27, 2021

Codecov Report

Merging #7277 (a38107e) into 3.x (771616c) will decrease coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x    #7277      +/-   ##
============================================
- Coverage     99.61%   99.54%   -0.07%     
+ Complexity     6759     6758       -1     
============================================
  Files           747      747              
  Lines         47391    47391              
  Branches       6382     6382              
============================================
- Hits          47207    47174      -33     
- Misses           84       96      +12     
- Partials        100      121      +21     
Impacted Files Coverage Δ
...nternal/operators/parallel/ParallelReduceFull.java 91.08% <0.00%> (-3.97%) ⬇️
...l/operators/observable/ObservableFlatMapMaybe.java 94.36% <0.00%> (-3.53%) ⬇️
...nternal/operators/observable/ObservableCreate.java 96.58% <0.00%> (-2.57%) ⬇️
...o/reactivex/rxjava3/processors/AsyncProcessor.java 97.91% <0.00%> (-2.09%) ⬇️
...ernal/operators/flowable/FlowableFlatMapMaybe.java 95.85% <0.00%> (-2.08%) ⬇️
...va3/internal/operators/parallel/ParallelRunOn.java 98.53% <0.00%> (-1.47%) ⬇️
...ternal/operators/completable/CompletableMerge.java 97.29% <0.00%> (-1.36%) ⬇️
...rnal/operators/flowable/FlowableFlatMapSingle.java 97.09% <0.00%> (-1.17%) ⬇️
...ernal/operators/flowable/FlowableFromIterable.java 98.95% <0.00%> (-1.05%) ⬇️
...3/internal/operators/flowable/FlowablePublish.java 99.00% <0.00%> (-1.00%) ⬇️
... and 7 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 771616c...a38107e. Read the comment docs.

@akarnokd akarnokd merged commit 1d7e8ac into ReactiveX:3.x May 27, 2021
sakibguy added a commit to sakibguy/RxJava that referenced this pull request May 28, 2021
3.x: fix typo in ObservableRetryTest.java (ReactiveX#7277)
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.

2 participants