Skip to content

Instantly share code, notes, and snippets.

@nhomar
Last active June 24, 2020 05:37
Show Gist options
  • Save nhomar/5ef86da0ff0e92aad459c810c591489d to your computer and use it in GitHub Desktop.
Save nhomar/5ef86da0ff0e92aad459c810c591489d to your computer and use it in GitHub Desktop.
[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