JuliaGraphics / Colors.jl

Color manipulation utilities for Julia
Other
200 stars 44 forks source link

Add filter for unsupported colors in conversion test #542

Closed kimikage closed 2 months ago

kimikage commented 2 months ago

PR #533 may solve the specific problem, but the similar problem could happen in the future. This allows the problems to be properly postponed, and the test would no longer be stale with breakage.

The real problem, however, is the insufficiency of maintainers. I am never the solution to the maintenance problem and I do not have the solution.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.90%. Comparing base (f0a508b) to head (276d490). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #542 +/- ## ========================================== + Coverage 98.82% 98.90% +0.07% ========================================== Files 10 10 Lines 1281 1281 ========================================== + Hits 1266 1267 +1 + Misses 15 14 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.