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

fix(servient): use WoT interface as start() return type #108

Merged
merged 1 commit into from
Jan 27, 2024
Merged

Conversation

JKRhb
Copy link
Member

@JKRhb JKRhb commented Jan 27, 2024

This PR fixes an oversight in the return type of the Servient's start() method, which did not return the Scripting API subpackage's WoT interface but the WoT implementation. When merged, this PR resolves the issue, creating a cleaner API surface.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c2bb9a7) 64.18% compared to head (343aafe) 64.18%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #108   +/-   ##
=======================================
  Coverage   64.18%   64.18%           
=======================================
  Files          74       74           
  Lines        2404     2404           
=======================================
  Hits         1543     1543           
  Misses        861      861           

☔ 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 January 27, 2024 20:10
@JKRhb JKRhb merged commit f84c85c into main Jan 27, 2024
4 checks passed
@JKRhb JKRhb deleted the servient-start branch January 27, 2024 20:10
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.

3 participants