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

MF-1641 - Create tests for coap adapter #1646

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

Conversation

AryanGodara
Copy link
Contributor

Signed-off-by: aryan [email protected]

What does this do?

Adds tests for the coap adapter

Which issue(s) does this PR fix/relate to?

Resolves #1641

List any changes that modify/break current functionality

Nil

Have you included tests for your changes?

Yes

Did you document any new/modified functionality?

Nil

Notes

N/A

@codecov-commenter
Copy link

codecov-commenter commented Aug 19, 2022

Codecov Report

Merging #1646 (6b60c00) into master (d9c4704) will decrease coverage by 0.76%.
The diff coverage is 16.39%.

@@            Coverage Diff             @@
##           master    #1646      +/-   ##
==========================================
- Coverage   68.96%   68.20%   -0.77%     
==========================================
  Files         138      142       +4     
  Lines       11350    11545     +195     
==========================================
+ Hits         7828     7874      +46     
- Misses       2828     2976     +148     
- Partials      694      695       +1     
Impacted Files Coverage Δ
coap/api/endpoints.go 0.00% <0.00%> (ø)
coap/api/transport.go 0.00% <ø> (ø)
coap/adapter.go 95.23% <90.90%> (ø)
things/service.go 65.35% <0.00%> (-0.72%) ⬇️
coap/client.go 18.18% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

Create tests for coap adapter
2 participants