Closed drdavella closed 5 years ago
Merging #516 into master will increase coverage by
0.05%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #516 +/- ##
==========================================
+ Coverage 63.69% 63.75% +0.05%
==========================================
Files 39 39
Lines 4942 4944 +2
==========================================
+ Hits 3148 3152 +4
+ Misses 1794 1792 -2
Impacted Files | Coverage Δ | |
---|---|---|
cubeviz/__init__.py | 85.71% <100%> (+2.38%) |
:arrow_up: |
cubeviz/layout.py | 82.89% <100%> (ø) |
:arrow_up: |
cubeviz/keyboard_shortcuts.py | 48.07% <0%> (+3.84%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 39f542d...a624c4c. Read the comment docs.
Needed to make one update to get the (allowed-to-fail) Windows test passing. But now it works and since it's been reviewed and tests are passing, I'm merging.
This adds
pyqt5
toinstall_requires
so it does not need to be installed byconda
. It also addresses the issue that occurs on some OSX machines wherematplotlib
complains about Python not being installed as a framework.