Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2015-2017 Ned Batchelder. All rights reserved.
Copyright 2015-2018 Ned Batchelder. All rights reserved.

Except where noted otherwise, this software is licensed under the Apache
License, Version 2.0 (the "License"); you may not use this work except in
Expand Down
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The plugin is pip installable::

$ pip install django_coverage_plugin

To run it, add this setting to your .coveragerc file::
To run it, add this setting to your ``.coveragerc`` file::

[run]
plugins =
Expand All @@ -45,7 +45,8 @@ To run it, add this setting to your .coveragerc file::
Then run your tests under `coverage.py`_.

You will see your templates listed in your coverage report along with
your Python modules.
your Python modules. Please use `coverage.py`_ v4.4 or greater to allow
the plugin to identify untested templates.

If you get a :code:`django.core.exceptions.ImproperlyConfigured` error,
you need to set the :code:`DJANGO_SETTINGS_MODULE` environment variable.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def read(*names, **kwargs):

setup(
name='django_coverage_plugin',
version='1.6rc1',
version='1.6.0',
description='Django template coverage.py plugin',
long_description=(
re.compile(
Expand Down