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

Logic value test improvement and minor fixes #422

Merged
merged 10 commits into from
Dec 1, 2023

Conversation

mjayasim9
Copy link
Contributor

Description & Motivation

Added multiple testcases and made minor fixes in code to improve code coverage of LogicValue and it's implementations (big, small, filled). All the code was not covered in existing tests.

Related Issue(s)

#219

Testing

Added multiple testcases to test logical/bitwise operations and exception cases for LogicValue and it's implementations (big, small, filled).

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

No.

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

No.

@mkorbel1 mkorbel1 linked an issue Oct 10, 2023 that may be closed by this pull request
Copy link
Contributor

@mkorbel1 mkorbel1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One little question, rest looks great!

test/logic_value_test.dart Outdated Show resolved Hide resolved
@mkorbel1
Copy link
Contributor

mkorbel1 commented Dec 1, 2023

Confirmed that the coverage has dramatically improved, great work! Thank you! Just the one comment then we can merge this.

Copy link
Contributor

@mkorbel1 mkorbel1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@mkorbel1 mkorbel1 changed the title Logic value Logic value test improvement and minor fixes Dec 1, 2023
@mkorbel1 mkorbel1 merged commit 1581377 into intel:main Dec 1, 2023
2 checks passed
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.

Close code coverage on LogicValue code
2 participants