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/add json reader #91

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Feat/add json reader #91

merged 1 commit into from
Dec 10, 2024

Conversation

AngelCastilloB
Copy link
Member

Description

Added JSON object.

Checklist

  • I have read followed CONTRIBUTING.md
    • I have added tests
    • I have updated the documentation
    • I have updated the CHANGELOG
  • Are there any breaking changes?
    • If yes: I have marked them in the CHANGELOG
  • Does this PR introduce any platform specific code?
  • Security: Does this PR potentially affect security?
  • Performance: Does this PR potentially affect performance?

@AngelCastilloB AngelCastilloB force-pushed the feat/add-json-reader branch 2 times, most recently from 88f110b to e671ba8 Compare December 10, 2024 12:19
Copy link

github-actions bot commented Dec 10, 2024

MISRA C Logo

MISRA Guideline Compliance Summary

Commit: 89edc900250f19684af585238ebfd92b5ae2a1a9
Date: 2024-12-10
Guidelines: MISRA C 2012
Checking Tool: Cppcheck
Result: Compliant ✅

🎉 No MISRA C 2012 Violations Found!

You can download the complete report from: MISRA C Report

Copy link

codecov bot commented Dec 10, 2024

Codecov Report

Attention: Patch coverage is 90.26651% with 84 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
lib/src/json/internals/json_parser.c 88.59% 43 Missing ⚠️
lib/src/json/json_object.c 86.36% 0 Missing and 18 partials ⚠️
lib/src/json/json_writer.c 86.86% 18 Missing ⚠️
lib/src/json/internals/json_object_serialization.c 95.71% 3 Missing ⚠️
lib/src/json/internals/utf8.c 97.46% 2 Missing ⚠️

📢 Thoughts on this report? Let us know!

@AngelCastilloB AngelCastilloB merged commit 490cc60 into main Dec 10, 2024
5 of 6 checks passed
@AngelCastilloB AngelCastilloB deleted the feat/add-json-reader branch December 10, 2024 15:43
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.

1 participant