<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/config.py, branch v5.x</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>style: correct two recent lint faux pas</title>
<updated>2021-03-18T11:54:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-18T11:54:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f77693d90a615ae6e77825653bf647567c9305e8'/>
<id>f77693d90a615ae6e77825653bf647567c9305e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: remove unused encoding parameter</title>
<updated>2021-03-14T16:40:25+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-14T16:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=82bca5a760c43fc178123d93fc8998fe20f2b92e'/>
<id>82bca5a760c43fc178123d93fc8998fe20f2b92e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: add a test of missing sections and options</title>
<updated>2021-02-26T01:32:34+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-26T01:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=198a11535b5065416c41e7fdc025718c1a92eff3'/>
<id>198a11535b5065416c41e7fdc025718c1a92eff3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: Move post-processing into CoverageConfig</title>
<updated>2021-01-27T12:33:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-27T12:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=a559e7cc2cd4de6095aa84347e36a7c526cd6147'/>
<id>a559e7cc2cd4de6095aa84347e36a7c526cd6147</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>skip_covered and skip_empty for HTML. #1090</title>
<updated>2021-01-11T03:13:47+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-11T02:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b0710b1fc868db5c385b3d30a2fab49a2aeb2e81'/>
<id>b0710b1fc868db5c385b3d30a2fab49a2aeb2e81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create Way to force package even if filepath exists (#1026)</title>
<updated>2020-09-12T23:26:36+00:00</updated>
<author>
<name>Thomas Grainger</name>
<email>tagrain@gmail.com</email>
</author>
<published>2020-09-12T23:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ecd6ab19a43a444bc7fc9dfbc08f3ca5274365ca'/>
<id>ecd6ab19a43a444bc7fc9dfbc08f3ca5274365ca</id>
<content type='text'>
Fixes: #268</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #268</pre>
</div>
</content>
</entry>
<entry>
<title>Report descending sort option (#1005)</title>
<updated>2020-07-03T23:56:00+00:00</updated>
<author>
<name>Jerin Peter George</name>
<email>jerinpetergeorge@gmail.com</email>
</author>
<published>2020-07-03T23:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ba7e1db306b5a7f4cb699de90913c7dd8838018f'/>
<id>ba7e1db306b5a7f4cb699de90913c7dd8838018f</id>
<content type='text'>
* added descending sort option in coverage report

* commandline option for report sort added

* Fix tests for pull #1005

* conditional statements improved

* sort option help updated with choices

* commandline test for sort added

Co-authored-by: Ned Batchelder &lt;ned@nedbatchelder.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added descending sort option in coverage report

* commandline option for report sort added

* Fix tests for pull #1005

* conditional statements improved

* sort option help updated with choices

* commandline test for sort added

Co-authored-by: Ned Batchelder &lt;ned@nedbatchelder.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Read the config file contents as bytes, it's just for debugging anyway. #990</title>
<updated>2020-05-23T17:42:44+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-05-23T13:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2cee76e06445bfd39148b841b75086932decce27'/>
<id>2cee76e06445bfd39148b841b75086932decce27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update pylint</title>
<updated>2020-05-19T16:49:34+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-05-19T16:49:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=7f8dd68dd6da360374603f3a352c07713a3b082d'/>
<id>7f8dd68dd6da360374603f3a352c07713a3b082d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish up #967. Thanks, Bernát Gábor</title>
<updated>2020-04-11T18:59:15+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-04-11T18:19:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=fd43e3509f559c55b61f92dacbd524cd42941b06'/>
<id>fd43e3509f559c55b61f92dacbd524cd42941b06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
