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

feat!: simplify InteractionOptions #85

Merged
merged 2 commits into from
Dec 23, 2023
Merged

feat!: simplify InteractionOptions #85

merged 2 commits into from
Dec 23, 2023

Conversation

JKRhb
Copy link
Member

@JKRhb JKRhb commented Dec 23, 2023

This PR simplifies the API a bit and makes it more idiomatic by using regular named method parameters instead of an InteractionOptions class object for the different methods of the ConsumedThing and ExposedThing classes.

@JKRhb JKRhb force-pushed the interaction-options branch from 8598ea4 to d769629 Compare December 23, 2023 00:41
@JKRhb JKRhb changed the title feat!: simplify usage of InteractionOptions feat!: simplify InteractionOptions Dec 23, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 23, 2023

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (87003f9) 56.47% compared to head (36f4be4) 56.52%.

Files Patch % Lines
lib/src/core/consumed_thing.dart 11.11% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #85      +/-   ##
==========================================
+ Coverage   56.47%   56.52%   +0.04%     
==========================================
  Files          69       68       -1     
  Lines        2263     2261       -2     
==========================================
  Hits         1278     1278              
+ Misses        985      983       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JKRhb JKRhb marked this pull request as ready for review December 23, 2023 01:06
@JKRhb JKRhb enabled auto-merge December 23, 2023 01:06
@JKRhb JKRhb merged commit e6610fe into main Dec 23, 2023
4 checks passed
@JKRhb JKRhb deleted the interaction-options branch December 23, 2023 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants