Skip to content

Instantly share code, notes, and snippets.

@zheyuye
Created March 2, 2021 03:21
Show Gist options
  • Save zheyuye/caa7f97f19a1c38355aeee9dbc919f95 to your computer and use it in GitHub Desktop.
Save zheyuye/caa7f97f19a1c38355aeee9dbc919f95 to your computer and use it in GitHub Desktop.
# .coveragerc to control coverage.py
[run]
omit =
tests/*
scripts/*
concurrency =
multiprocessing
thread
[report]
ignore_errors = True
[html]
directory = coverage_html_report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment