Add additional pixel conversion tests#903
Merged
antonfirsov merged 3 commits intoSixLabors:masterfrom May 5, 2019
Merged
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.
|
Member
|
This is fantastic. Thanks for the additional tests and the bug fix. I'll get it merged once our CI catches up. 👍 |
This was referenced Jul 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.