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

Maven profile to skip running the Reactive Streams TCK tests #766

Merged
merged 1 commit into from
Nov 26, 2021

Conversation

jponge
Copy link
Member

@jponge jponge commented Nov 26, 2021

This saves a few minutes while iterating on the Mutiny code base.

@jponge jponge added the ci/cd/build CI/CD pipeline and build label Nov 26, 2021
@jponge jponge added this to the 1.2.0 milestone Nov 26, 2021
@jponge jponge requested a review from cescoffier November 26, 2021 16:22
This saves a few minutes while iterating on the Mutiny code base.
@jponge jponge force-pushed the feature/skip-rs-tck-profile branch from 76a2898 to f6447cf Compare November 26, 2021 16:24
@codecov
Copy link

codecov bot commented Nov 26, 2021

Codecov Report

Merging #766 (f6447cf) into main (0743618) will increase coverage by 0.17%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #766      +/-   ##
============================================
+ Coverage     90.00%   90.17%   +0.17%     
- Complexity     3008     3013       +5     
============================================
  Files           377      377              
  Lines         11880    11880              
  Branches       1496     1498       +2     
============================================
+ Hits          10692    10713      +21     
+ Misses          602      589      -13     
+ Partials        586      578       -8     
Impacted Files Coverage Δ
.../io/smallrye/mutiny/helpers/queues/DrainUtils.java 75.55% <0.00%> (-8.89%) ⬇️
...y/operators/multi/processors/UnicastProcessor.java 95.68% <0.00%> (-1.73%) ⬇️
...mallrye/mutiny/operators/multi/MultiFlatMapOp.java 86.15% <0.00%> (+0.30%) ⬆️
...tiny/operators/multi/MultiBufferWithTimeoutOp.java 75.63% <0.00%> (+0.84%) ⬆️
...erators/multi/builders/SerializedMultiEmitter.java 82.27% <0.00%> (+1.26%) ⬆️
...io/smallrye/mutiny/operators/uni/UniMemoizeOp.java 95.04% <0.00%> (+1.98%) ⬆️
...y/operators/multi/builders/IterableBasedMulti.java 84.04% <0.00%> (+2.12%) ⬆️
...mallrye/mutiny/operators/multi/FlatMapManager.java 98.61% <0.00%> (+2.77%) ⬆️
...utiny/operators/multi/MultiWindowOnDurationOp.java 70.71% <0.00%> (+5.00%) ⬆️
...main/kotlin/io/smallrye/mutiny/coroutines/Multi.kt 82.35% <0.00%> (+5.88%) ⬆️
... and 1 more

@cescoffier cescoffier merged commit 4d8d720 into main Nov 26, 2021
@cescoffier cescoffier deleted the feature/skip-rs-tck-profile branch November 26, 2021 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd/build CI/CD pipeline and build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants