coder137 / build_in_cpp

Build C, C++ and ASM files in C++
https://coder137.github.io/build_in_cpp/
Apache License 2.0
50 stars 2 forks source link

[Serialization] JSON Serialization for Target #225

Closed coder137 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.17% // Head: 99.22% // Increases project coverage by +0.05% :tada:

Coverage data is based on head (cc5ca04) compared to base (1fded03). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #225 +/- ## ========================================== + Coverage 99.17% 99.22% +0.05% ========================================== Files 71 73 +2 Lines 2042 2048 +6 Branches 569 579 +10 ========================================== + Hits 2025 2032 +7 + Partials 17 16 -1 ``` | [Impacted Files](https://codecov.io/gh/coder137/build_in_cpp/pull/225?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Niket+Naidu) | Coverage Δ | | |---|---|---| | [...ildcc/schema/include/schema/target\_serialization.h](https://codecov.io/gh/coder137/build_in_cpp/pull/225/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Niket+Naidu#diff-YnVpbGRjYy9zY2hlbWEvaW5jbHVkZS9zY2hlbWEvdGFyZ2V0X3NlcmlhbGl6YXRpb24uaA==) | `100.00% <ø> (ø)` | | | [...cc/schema/include/schema/custom\_generator\_schema.h](https://codecov.io/gh/coder137/build_in_cpp/pull/225/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Niket+Naidu#diff-YnVpbGRjYy9zY2hlbWEvaW5jbHVkZS9zY2hlbWEvY3VzdG9tX2dlbmVyYXRvcl9zY2hlbWEuaA==) | `100.00% <100.00%> (ø)` | | | [buildcc/schema/include/schema/target\_schema.h](https://codecov.io/gh/coder137/build_in_cpp/pull/225/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Niket+Naidu#diff-YnVpbGRjYy9zY2hlbWEvaW5jbHVkZS9zY2hlbWEvdGFyZ2V0X3NjaGVtYS5o) | `100.00% <100.00%> (ø)` | | | [buildcc/schema/include/schema/target\_type.h](https://codecov.io/gh/coder137/build_in_cpp/pull/225/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Niket+Naidu#diff-YnVpbGRjYy9zY2hlbWEvaW5jbHVkZS9zY2hlbWEvdGFyZ2V0X3R5cGUuaA==) | `100.00% <100.00%> (ø)` | | | [buildcc/schema/src/target\_serialization.cpp](https://codecov.io/gh/coder137/build_in_cpp/pull/225/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Niket+Naidu#diff-YnVpbGRjYy9zY2hlbWEvc3JjL3RhcmdldF9zZXJpYWxpemF0aW9uLmNwcA==) | `100.00% <100.00%> (+1.16%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Niket+Naidu). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Niket+Naidu)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.