akarnokd / RxJava3-preview

Preview for version 3 of RxJava, the modern ReactiveX style library for composing (a)synchronous sequences of data and events
Apache License 2.0
234 stars 20 forks source link

Fixes from RxJava since April 21 #2

Closed akarnokd closed 7 years ago

akarnokd commented 7 years ago

Applied changes:

codecov[bot] commented 7 years ago

Codecov Report

Merging #2 into master will increase coverage by 0.08%. The diff coverage is 87.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
+ Coverage   94.48%   94.57%   +0.08%     
==========================================
  Files         661      662       +1     
  Lines       42121    42279     +158     
  Branches     5818     5849      +31     
==========================================
+ Hits        39797    39984     +187     
+ Misses       1311     1290      -21     
+ Partials     1013     1005       -8
Impacted Files Coverage Δ
.../reactivex/flowable/processors/AsyncProcessor.java 97.45% <ø> (ø) :arrow_up:
...lowable/internal/operators/FlowableReduceWith.java 93.18% <ø> (ø) :arrow_up:
.../common/exceptions/ProtocolViolationException.java 100% <ø> (ø) :arrow_up:
...ommon/internal/queues/AbstractMpscLinkedQueue.java 100% <ø> (ø) :arrow_up:
.../reactivex/observable/RxJavaObservablePlugins.java 89.28% <ø> (ø) :arrow_up:
...ivex/common/exceptions/UndeliverableException.java 100% <ø> (ø) :arrow_up:
...reactivex/observable/subjects/BehaviorSubject.java 91.66% <ø> (+6.77%) :arrow_up:
.../reactivex/observable/subjects/PublishSubject.java 97.87% <ø> (-2.13%) :arrow_down:
.../internal/operators/MaybeFlatMapSingleElement.java 100% <ø> (ø) :arrow_up:
...eactivex/observable/observers/DefaultObserver.java 100% <ø> (ø) :arrow_up:
... and 156 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 9f413ef...85557ce. Read the comment docs.