Closed teddyrendahl closed 5 years ago
Merging #8 into master will increase coverage by
0.65%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #8 +/- ##
==========================================
+ Coverage 90.5% 91.15% +0.65%
==========================================
Files 15 15
Lines 916 916
==========================================
+ Hits 829 835 +6
+ Misses 87 81 -6
Impacted Files | Coverage Δ | |
---|---|---|
pcdswidgets/vacuum/gauges.py | 100% <ø> (ø) |
|
pcdswidgets/vacuum/__init__.py | 100% <ø> (ø) |
|
pcdswidgets/vacuum/base.py | 85.71% <ø> (ø) |
|
pcdswidgets/vacuum/pumps.py | 91.3% <ø> (ø) |
|
pcdswidgets/vacuum/valves.py | 93.75% <ø> (ø) |
|
pcdswidgets/vacuum/mixins.py | 89.49% <ø> (ø) |
|
pcdswidgets/utils.py | 100% <ø> (ø) |
|
pcdswidgets/vacuum/others.py | 76.47% <ø> (ø) |
|
pcdswidgets/designer.py | 100% <100%> (ø) |
: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 2760920...db09d90. Read the comment docs.
It isn't really clear what the difference is between
symbols
andicons
based on name alone. I have moved all of thesymbols
references to bevacuum
instead.I also moved the
utils
to be a single file not a directory. I'd like to encourage a common location for these kind of Qt helper functions ....