-
-
Notifications
You must be signed in to change notification settings - Fork 888
Add additional pixel conversion tests #903
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
Add additional pixel conversion tests #903
Conversation
Codecov Report
@@ Coverage Diff @@
## master #903 +/- ##
==========================================
+ Coverage 89.28% 89.55% +0.26%
==========================================
Files 1031 1031
Lines 45631 46115 +484
Branches 3261 3261
==========================================
+ Hits 40741 41297 +556
+ Misses 4180 4108 -72
Partials 710 710
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #903 +/- ##
==========================================
+ Coverage 89.33% 89.47% +0.14%
==========================================
Files 1029 1029
Lines 45708 45975 +267
Branches 3260 3260
==========================================
+ Hits 40833 41137 +304
+ Misses 4174 4137 -37
Partials 701 701
Continue to review full report at Codecov.
|
|
This is fantastic. Thanks for the additional tests and the bug fix. I'll get it merged once our CI catches up. 👍 |
Prerequisites
Description
I have noticed that some pixel format are missing some test coverage. This PR adds additional unit tests to increase test coverage for the pixel format tests.