pyapp-kit / superqt

Missing widgets and components for Qt-python
https://pyapp-kit.github.io/superqt/
BSD 3-Clause "New" or "Revised" License
210 stars 37 forks source link

fix: fix inverted appearance #240

Closed tlambert03 closed 7 months ago

tlambert03 commented 7 months ago

fixes #239

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 80.76923% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 87.04%. Comparing base (d2bc3d8) to head (e8740d7).

Files Patch % Lines
src/superqt/sliders/_labeled.py 84.21% 3 Missing :warning:
src/superqt/sliders/_generic_slider.py 71.42% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #240 +/- ## ========================================== + Coverage 86.95% 87.04% +0.09% ========================================== Files 46 46 Lines 3358 3374 +16 ========================================== + Hits 2920 2937 +17 + Misses 438 437 -1 ```

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

tlambert03 commented 7 months ago

some weird stuff is going on since the release of PyQt6-Qt6 6.7.0 9 hours ago: https://pypi.org/project/PyQt6-Qt6/ I'm going to merge this and release ... since test fails are unrelated