summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-06-02 18:12:05 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-06-02 18:12:05 -0400
commit342b13310e139db280ad1d7a20904383ae1b8f1f (patch)
treedb926e43aa47cb400ed60d91587ae037052494b6
parent899192b5bf5303b5308e9d90a14ccf424eb2efe5 (diff)
downloadpython-coveragepy-git-342b13310e139db280ad1d7a20904383ae1b8f1f.tar.gz
Finish paperwork for #478
-rw-r--r--AUTHORS.txt1
-rw-r--r--CHANGES.rst4
2 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt
index 2f76856f..751acf0d 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -64,6 +64,7 @@ Rodrigue Cloutier
Roger Hu
Ross Lawley
Sandra Martocchia
+Scott Belden
Sigve Tjora
Stan Hu
Stefan Behnel
diff --git a/CHANGES.rst b/CHANGES.rst
index 1eaf1f20..569aacfd 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -15,8 +15,12 @@ Unreleased
shows the current configuration. Closes `issue 454`_, thanks to Matthew
Boehm.
+- Running coverage as a module (``python -m coverage``) no longer shows the
+ program name as ``__main__.py``. Fixes `issue 478`_. Thanks, Scott Belden.
+
.. _issue 298: https://bitbucket.org/ned/coveragepy/issues/298/show-in-html-report-that-the-columns-are
.. _issue 454: https://bitbucket.org/ned/coveragepy/issues/454/coverage-debug-config-should-be
+.. _issue 478: https://bitbucket.org/ned/coveragepy/issues/478/help-shows-silly-program-name-when-running
Version 4.1 --- 2016-05-21