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

Implement ExposedThing functionality #182

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Implement ExposedThing functionality #182

wants to merge 5 commits into from

Conversation

JKRhb
Copy link
Member

@JKRhb JKRhb commented Jun 14, 2024

This PR will add support for exposing Things to the project, starting with the HTTP binding.

@codecov-commenter
Copy link

codecov-commenter commented Jun 14, 2024

Codecov Report

Attention: Patch coverage is 6.61479% with 240 lines in your changes missing coverage. Please review.

Project coverage is 57.67%. Comparing base (fc3d0a6) to head (748790e).

Files Patch % Lines
lib/src/core/implementation/exposed_thing.dart 0.79% 125 Missing ⚠️
lib/src/binding_http/http_server.dart 2.40% 81 Missing ⚠️
lib/src/core/implementation/servient.dart 29.03% 22 Missing ⚠️
lib/src/binding_http/http_extensions.dart 0.00% 10 Missing ⚠️
lib/src/binding_coap/coap_server.dart 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #182      +/-   ##
==========================================
- Coverage   63.34%   57.67%   -5.67%     
==========================================
  Files          78       79       +1     
  Lines        2275     2495     +220     
==========================================
- Hits         1441     1439       -2     
- Misses        834     1056     +222     

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

JKRhb and others added 3 commits July 17, 2024 15:14
This method is not specified in the Scripting API specification and should
therefore be removed from the interface definition.
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