<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/summary.py, branch coverage-4.3</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>report must ignore skipped files #524</title>
<updated>2016-12-12T16:03:20+00:00</updated>
<author>
<name>loic@dachary.org</name>
<email>loic@dachary.org</email>
</author>
<published>2016-12-12T16:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ec3eaf7c005de905a511451904a06a570816b91d'/>
<id>ec3eaf7c005de905a511451904a06a570816b91d</id>
<content type='text'>
When files are 100% covered and --skipped-covered is specified, they
must not be taken into account to format the text report. It is
specially useful when a long filename is skipped.

--HG--
branch : issue-524-2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When files are 100% covered and --skipped-covered is specified, they
must not be taken into account to format the text report. It is
specially useful when a long filename is skipped.

--HG--
branch : issue-524-2
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle invalid sorting option</title>
<updated>2016-06-10T02:56:52+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-06-10T02:56:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=81774010a70bbeee62661cfe2ba5c94c3e330b24'/>
<id>81774010a70bbeee62661cfe2ba5c94c3e330b24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix these new tests to really test the code</title>
<updated>2016-06-10T02:29:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-06-10T02:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f38c3df8176333678add9edd7edd34152fd05929'/>
<id>f38c3df8176333678add9edd7edd34152fd05929</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More tweaks to report sorting</title>
<updated>2016-06-09T11:54:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-06-09T11:54:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=7a09376437a64c8f093e92dc9b523da28837dc11'/>
<id>7a09376437a64c8f093e92dc9b523da28837dc11</id>
<content type='text'>
* Option is case-insensitive.

* Can no longer sort by "Missing", because it's nonsense.

* Can sort by the branch-sensitive columns.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Option is case-insensitive.

* Can no longer sort by "Missing", because it's nonsense.

* Can sort by the branch-sensitive columns.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 199: Sort text report.</title>
<updated>2016-06-08T23:51:55+00:00</updated>
<author>
<name>Dan Wandschneider</name>
<email>daniel.wandschneider@schrodinger.com</email>
</author>
<published>2016-06-08T23:51:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=a488a33ac1cb1d8443681814ee8c5d167e129e0d'/>
<id>a488a33ac1cb1d8443681814ee8c5d167e129e0d</id>
<content type='text'>
Allows sorting of the text report based on:
 Name, Stmts, Miss, Cover

Tested on Mac with Python 2.7.11 and Python 3.5

Help message for the new option is:
python -m coverage report -h
  ...
  --sort=SORT           Sort report by a column. Valid values are: Name,
                        Stmts, Miss, Cover.
  ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows sorting of the text report based on:
 Name, Stmts, Miss, Cover

Tested on Mac with Python 2.7.11 and Python 3.5

Help message for the new option is:
python -m coverage report -h
  ...
  --sort=SORT           Sort report by a column. Valid values are: Name,
                        Stmts, Miss, Cover.
  ...
</pre>
</div>
</content>
</entry>
<entry>
<title>This didn't need to be an attribute on the object</title>
<updated>2016-05-10T16:37:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-05-10T16:37:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=15977370873278c9c6b7714747ea2ef6d93b9203'/>
<id>15977370873278c9c6b7714747ea2ef6d93b9203</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a missing docstring.</title>
<updated>2016-01-18T23:59:03+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-01-18T23:59:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=4b2ba8915687d5eabbb51d921bba169800bd93f3'/>
<id>4b2ba8915687d5eabbb51d921bba169800bd93f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Plain-text output no longer includes trailing spaces</title>
<updated>2016-01-17T17:51:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-01-17T17:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9b484ffa3f480889f6478d34d84987beddc08ba6'/>
<id>9b484ffa3f480889f6478d34d84987beddc08ba6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try a different strategy for setting and testing output encodings</title>
<updated>2015-10-31T16:02:49+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-10-31T16:02:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=4c19e2aee48069568020d4e923ba85a4ea599d15'/>
<id>4c19e2aee48069568020d4e923ba85a4ea599d15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle filenames with non-ASCII characters. #432</title>
<updated>2015-10-25T21:40:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-10-25T21:40:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b810cbc0d06df0a04e3380166215b8ad2f40524c'/>
<id>b810cbc0d06df0a04e3380166215b8ad2f40524c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
