boostorg / gil

Boost.GIL - Generic Image Library | Requires C++14 since Boost 1.80
https://boostorg.github.io/gil
Boost Software License 1.0
178 stars 163 forks source link

test: Add tests for RGB to HSL #691

Closed mloskot closed 2 years ago

mloskot commented 2 years ago

Description

Contributor of PR #505 posted GTest-based tests in. This commit ports those tests to Boost.LightweightTest.

References

Closes #690

Tasklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #691 (98d231c) into develop (d50d856) will increase coverage by 0.57%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #691      +/-   ##
===========================================
+ Coverage    78.78%   79.35%   +0.57%     
===========================================
  Files          117      117              
  Lines         5029     5029              
===========================================
+ Hits          3962     3991      +29     
+ Misses        1067     1038      -29