<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/test_results.py, branch nedbat/bug888</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>Simplify format_lines a little</title>
<updated>2018-12-26T11:19:51+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-12-26T11:19:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ade98fc1e0d80ca05554312454173b607f893304'/>
<id>ade98fc1e0d80ca05554312454173b607f893304</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort the text missing results by line number, not kind</title>
<updated>2018-12-25T12:51:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-12-25T12:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=31a42af7739f55033f122b28eb4beb0bb4ffdafd'/>
<id>31a42af7739f55033f122b28eb4beb0bb4ffdafd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move code to where it belongs</title>
<updated>2018-12-24T22:09:51+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-12-24T22:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=dcb07762bfc91dec3782096ab6dae995e7c6631a'/>
<id>dcb07762bfc91dec3782096ab6dae995e7c6631a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaks to the fail_under limiting</title>
<updated>2018-12-24T11:49:42+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-12-24T11:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c4875b6ce2265e6797705508bae09a7a74a710e4'/>
<id>c4875b6ce2265e6797705508bae09a7a74a710e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disallow impossible values for fail_under</title>
<updated>2018-12-24T03:13:53+00:00</updated>
<author>
<name>Mike Fiedler</name>
<email>miketheman@gmail.com</email>
</author>
<published>2018-12-24T01:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9f29efdf20c5dcfe49e85cc61c0839730be2462e'/>
<id>9f29efdf20c5dcfe49e85cc61c0839730be2462e</id>
<content type='text'>
Since there's no way were likely to achieve greater than 100% code coverage,
disallow usage of any value above 100.

Resolves #743

Signed-off-by: Mike Fiedler &lt;miketheman@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since there's no way were likely to achieve greater than 100% code coverage,
disallow usage of any value above 100.

Resolves #743

Signed-off-by: Mike Fiedler &lt;miketheman@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NOTICE link to GitHub.</title>
<updated>2018-06-24T15:43:28+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-06-24T15:43:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=11998ee5ee43b334744123f820b488091728ae52'/>
<id>11998ee5ee43b334744123f820b488091728ae52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fail_under can now be a float. #631.</title>
<updated>2018-01-21T17:32:03+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-01-21T17:32:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e756776c0a9f3c78389bcc93e067ac3ac0f45ad9'/>
<id>e756776c0a9f3c78389bcc93e067ac3ac0f45ad9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Give should_fail_under pure tests, so we don't need processes to test numeric comparisons</title>
<updated>2017-03-08T11:43:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-03-08T11:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c898faec0039f0761ac0c29bd8b4d3c0eb3f7575'/>
<id>c898faec0039f0761ac0c29bd8b4d3c0eb3f7575</id>
<content type='text'>
--HG--
extra : amend_source : 36d1fcdd986d1c2b4cd2af0d96d269e84fa40c2d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : 36d1fcdd986d1c2b4cd2af0d96d269e84fa40c2d
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix two problems with xdist'ed tests</title>
<updated>2016-11-26T20:59:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-26T20:59:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=40d47b5581ca59befd89df494b24ec7ef85ac70c'/>
<id>40d47b5581ca59befd89df494b24ec7ef85ac70c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a few more occurrences of 'Coverage' to 'coverage.py'</title>
<updated>2015-07-28T01:52:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-07-28T01:52:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6ff836f35e09dc8a107248b096cc133a423a4c11'/>
<id>6ff836f35e09dc8a107248b096cc133a423a4c11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
