Closed hhslepicka closed 5 years ago
:exclamation: No coverage uploaded for pull request base (
master@fa38463
). Click here to learn what that means. The diff coverage is0%
.
@@ Coverage Diff @@
## master #2 +/- ##
=======================================
Coverage ? 0%
=======================================
Files ? 14
Lines ? 1179
Branches ? 0
=======================================
Hits ? 0
Misses ? 1179
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
pcdswidgets/icons/__init__.py | 0% <0%> (ø) |
|
pcdswidgets/icons/gauges.py | 0% <0%> (ø) |
|
pcdswidgets/icons/base.py | 0% <0%> (ø) |
|
pcdswidgets/icons/others.py | 0% <0%> (ø) |
|
pcdswidgets/icons/pumps.py | 0% <0%> (ø) |
|
pcdswidgets/symbols/mixins.py | 0% <0%> (ø) |
|
pcdswidgets/symbols/valves.py | 0% <0%> (ø) |
|
pcdswidgets/symbols/gauges.py | 0% <0%> (ø) |
|
pcdswidgets/utils/__init__.py | 0% <0%> (ø) |
|
pcdswidgets/symbols/others.py | 0% <0%> (ø) |
|
... and 4 more |
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 fa38463...55d63d6. Read the comment docs.
Changed to allow_failures with Python 3.7 and pcds-tag while Python 3.7 packages are not available. See https://github.com/pcdshub/pcds-recipes/issues/27
Description
This PR adds the vacuum widgets following the specifications provided. It also add one little smoke test and initial documentation. More tests to come in the near future.
Motivation and Context
This addresses the need for widgets for vacuum screens.
How Has This Been Tested?
Locally tested.
Where Has This Been Documented?
Docstrings available and it will be deployed to gh-pages as soon as merged into master.