Skip to content
Snippets Groups Projects
Commit ada1a5eb authored by David Barnes's avatar David Barnes
Browse files

Add some lines to exclude from coverage as either they will never be

reached or they are dependent on which version of django / certain
packages are installed.
parent cffe0a61
Branches
No related merge requests found
# .coveragerc to control coverage.py
[report]
exclude_lines =
pragma: no cover
return render.request, .*
except ImportError:
if ZONEINFO_PRESENT:
if PYTZ_PRESENT:
[run]
branch = True
omit =
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment