Last active
June 24, 2020 05:37
-
-
Save nhomar/5ef86da0ff0e92aad459c810c591489d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[report] | |
include = | |
*/commission_calculation/* | |
omit = | |
*/scenario/* | |
*/scenarios/* | |
*/test/* | |
*/tests/* | |
*__init__.py | |
*__openerp__.py | |
*__manifest__.py | |
# Regexes for lines to exclude from consideration | |
exclude_lines = | |
# Have to re-enable the standard pragma | |
pragma: no cover | |
# Don't complain about null context checking | |
if context is None: | |
ImportError | |
[html] | |
extra_css = /mnt/source/.coverage.css | |
directory = /mnt/source/coverage_html_reports | |
[run] | |
dynamic_context = test_function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment