-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor for APS-U #27
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pull Request Test Coverage Report for Build 12360646205Details
💛 - Coveralls |
…into 14-APSU-refactor
Code coverage report coverage run -m pytest -vvv .
coverage report --precision 3
Name Stmts Miss Cover
-------------------------------------------------------------
apsbss/__init__.py 9 4 55.556%
apsbss/apsbss.py 207 137 33.816%
apsbss/apsbss_makedb.py 24 1 95.833%
apsbss/apsbss_ophyd.py 151 66 56.291%
apsbss/bss_dm.py 40 0 100.000%
apsbss/bss_is.py 161 55 65.839%
apsbss/core.py 152 15 90.132%
apsbss/server_interface.py 143 29 79.720%
apsbss/tests/__init__.py 0 0 100.000%
apsbss/tests/_core.py 9 0 100.000%
apsbss/tests/test_apsbss.py 178 30 83.146%
apsbss/tests/test_apsbss_get.py 30 0 100.000%
apsbss/tests/test_apsbss_list.py 70 0 100.000%
apsbss/tests/test_basic.py 3 0 100.000%
apsbss/tests/test_bss_dm.py 48 1 97.917%
apsbss/tests/test_bss_is.py 142 51 64.085%
apsbss/tests/test_core.py 95 0 100.000%
apsbss/tests/test_server_interface.py 27 2 92.593%
-------------------------------------------------------------
TOTAL 1489 391 73.741% |
Coverage now: coverage report --precision 3
Name Stmts Miss Cover
-------------------------------------------------------------
apsbss/__init__.py 9 4 55.556%
apsbss/apsbss.py 213 49 76.995%
apsbss/apsbss_makedb.py 24 1 95.833%
apsbss/apsbss_ophyd.py 152 5 96.711%
apsbss/bss_dm.py 40 0 100.000%
apsbss/bss_is.py 161 55 65.839%
apsbss/core.py 152 15 90.132%
apsbss/server_interface.py 143 7 95.105%
apsbss/tests/__init__.py 0 0 100.000%
apsbss/tests/_core.py 15 0 100.000%
apsbss/tests/conftest.py 31 0 100.000%
apsbss/tests/test_apsbss.py 167 8 95.210%
apsbss/tests/test_apsbss_get.py 30 0 100.000%
apsbss/tests/test_apsbss_list.py 70 0 100.000%
apsbss/tests/test_apsbss_ophyd.py 33 0 100.000%
apsbss/tests/test_bss_dm.py 48 1 97.917%
apsbss/tests/test_bss_is.py 142 51 64.085%
apsbss/tests/test_core.py 95 0 100.000%
apsbss/tests/test_server_interface.py 90 3 96.667%
-------------------------------------------------------------
TOTAL 1615 199 87.678% |
Latest local code coverage test at APS (where tests with actual servers are possible): $ coverage report --precision 3
Name Stmts Miss Cover
-------------------------------------------------------------
apsbss/__init__.py 9 4 55.556%
apsbss/apsbss.py 213 45 78.873%
apsbss/apsbss_makedb.py 24 1 95.833%
apsbss/apsbss_ophyd.py 152 6 96.053%
apsbss/bss_dm.py 33 0 100.000%
apsbss/bss_is.py 155 27 82.581%
apsbss/core.py 176 14 92.045%
apsbss/server_interface.py 143 7 95.105%
apsbss/tests/__init__.py 0 0 100.000%
apsbss/tests/_core.py 15 0 100.000%
apsbss/tests/conftest.py 33 0 100.000%
apsbss/tests/test_apsbss.py 174 9 94.828%
apsbss/tests/test_apsbss_get.py 30 0 100.000%
apsbss/tests/test_apsbss_list.py 70 0 100.000%
apsbss/tests/test_apsbss_ophyd.py 33 0 100.000%
apsbss/tests/test_bss_dm.py 48 1 97.917%
apsbss/tests/test_bss_is.py 142 9 93.662%
apsbss/tests/test_core.py 95 0 100.000%
apsbss/tests/test_server_interface.py 103 9 91.262%
-------------------------------------------------------------
TOTAL 1648 132 91.990% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
apsbss_ophyd
#7