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

#150 Added tests for basic_deserializer class #155

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

fktn-k
Copy link
Owner

@fktn-k fktn-k commented Oct 18, 2023

Some additional test cases have been introduced to the basic_deserializer class test to cover missing lines/branches.
Also, it's turned out that executing some API WITHIN a if condition would result in missing branch coverage for such a condition.
So, I have made some workaround to suppress meaningless coverage loss. (This would be optimized during Release builds, I guess.)

Now, all the lines & branches of the fkYAML library implementation have been covered by the unit test app. 100%!

@fktn-k fktn-k added the improvement refactoring or optimization without public API changes label Oct 18, 2023
@fktn-k fktn-k added this to the Release v0.1.2 milestone Oct 18, 2023
@fktn-k fktn-k self-assigned this Oct 18, 2023
@fktn-k fktn-k merged commit 4b05ca7 into develop Oct 18, 2023
103 checks passed
@fktn-k fktn-k deleted the feature/150_add_more_deserializer_test branch October 18, 2023 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement refactoring or optimization without public API changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant