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

2.x: Introduce property rx2.scheduler.use-nanotime (#7154) #7170

Merged
merged 1 commit into from Jan 28, 2021
Merged

2.x: Introduce property rx2.scheduler.use-nanotime (#7154) #7170

merged 1 commit into from Jan 28, 2021

Conversation

SergejIsbrecht
Copy link
Contributor

Fixes #7169

@SergejIsbrecht
Copy link
Contributor Author

@akarnokd , I had to create a new SchedulerTest class, because on the 2.x branch the package did not match the package of Scheduler, therefore I could not access the field (package-private).

@codecov
Copy link

codecov bot commented Jan 28, 2021

Codecov Report

Merging #7170 (2c46d3e) into 2.x (f31aed3) will increase coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #7170      +/-   ##
============================================
+ Coverage     98.18%   98.26%   +0.08%     
- Complexity     6345     6349       +4     
============================================
  Files           677      677              
  Lines         45553    45557       +4     
  Branches       6342     6342              
============================================
+ Hits          44724    44765      +41     
+ Misses          263      254       -9     
+ Partials        566      538      -28     
Impacted Files Coverage Δ Complexity Δ
.../main/java/io/reactivex/schedulers/Schedulers.java 100.00% <ø> (ø) 11.00 <0.00> (ø)
src/main/java/io/reactivex/Scheduler.java 100.00% <100.00%> (ø) 13.00 <4.00> (+2.00)
...tivex/internal/schedulers/TrampolineScheduler.java 96.10% <0.00%> (-2.60%) 6.00% <0.00%> (ø%)
...ava/io/reactivex/processors/BehaviorProcessor.java 96.86% <0.00%> (-2.25%) 60.00% <0.00%> (ø%)
...ernal/operators/flowable/FlowableFlatMapMaybe.java 88.88% <0.00%> (-1.45%) 2.00% <0.00%> (ø%)
...a/io/reactivex/internal/util/QueueDrainHelper.java 98.61% <0.00%> (-1.39%) 57.00% <0.00%> (-1.00%)
...perators/mixed/ObservableSwitchMapCompletable.java 98.94% <0.00%> (-1.06%) 3.00% <0.00%> (ø%)
.../operators/mixed/FlowableConcatMapCompletable.java 99.14% <0.00%> (-0.86%) 2.00% <0.00%> (ø%)
...internal/operators/flowable/FlowableObserveOn.java 96.65% <0.00%> (-0.56%) 3.00% <0.00%> (ø%)
...perators/mixed/ObservableConcatMapCompletable.java 99.24% <0.00%> (ø) 3.00% <0.00%> (ø%)
... and 19 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 f31aed3...2c46d3e. Read the comment docs.

@akarnokd akarnokd merged commit 776f0e5 into ReactiveX:2.x Jan 28, 2021
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.

None yet

3 participants