Skip to content

feat: add support for Remote Cloud Development with Gitpod #7437

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

Merged
merged 1 commit into from
Jun 6, 2022

Conversation

Siddhant-K-code
Copy link
Contributor

About the PR

This PR Contains a .gitpod.yml file which runs all the necessary commands (docs) required to create a ready to code environment on Gitpod. It would help contributors to directly jump into the main part without doing the manually running the Installation commands.

This button Would Create a ready to code Environment on Gitpod

Open in Gitpod

@akarnokd akarnokd added the Tools label Jun 6, 2022
@codecov
Copy link

codecov bot commented Jun 6, 2022

Codecov Report

Merging #7437 (4699e0a) into 3.x (8845371) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                3.x    #7437      +/-   ##
============================================
- Coverage     99.57%   99.54%   -0.04%     
- Complexity     6781     6782       +1     
============================================
  Files           751      751              
  Lines         47482    47482              
  Branches       6378     6378              
============================================
- Hits          47279    47264      -15     
- Misses           91      100       +9     
- Partials        112      118       +6     
Impacted Files Coverage Δ
...l/operators/observable/ObservableFlatMapMaybe.java 91.54% <0.00%> (-5.64%) ⬇️
...tivex/rxjava3/internal/jdk8/ParallelCollector.java 94.49% <0.00%> (-3.67%) ⬇️
...ernal/operators/flowable/FlowableFlatMapMaybe.java 95.85% <0.00%> (-2.60%) ⬇️
...va3/internal/operators/parallel/ParallelRunOn.java 98.53% <0.00%> (-1.47%) ⬇️
...a/io/reactivex/rxjava3/subjects/ReplaySubject.java 99.16% <0.00%> (-0.42%) ⬇️
...nternal/operators/observable/ObservableCreate.java 99.14% <0.00%> (ø)
...3/internal/operators/flowable/FlowableGroupBy.java 85.32% <0.00%> (+0.29%) ⬆️
.../operators/observable/ObservableFlatMapSingle.java 96.82% <0.00%> (+1.58%) ⬆️
...nternal/operators/parallel/ParallelReduceFull.java 93.06% <0.00%> (+1.98%) ⬆️
...xjava3/internal/observers/FutureMultiObserver.java 100.00% <0.00%> (+3.38%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@akarnokd akarnokd merged commit f359ca1 into ReactiveX:3.x Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants