<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage, branch issue-425</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/'/>
<entry>
<title>report must ignore skipped files #524</title>
<updated>2016-12-12T16:03:20+00:00</updated>
<author>
<name>loic</name>
<email>loic@dachary.org</email>
</author>
<published>2016-12-12T16:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=b02427b7ba3cf7774c1932d8ecfbe24b3427b1e0'/>
<id>b02427b7ba3cf7774c1932d8ecfbe24b3427b1e0</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.
</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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document report API skip_covered argument</title>
<updated>2016-12-12T07:26:18+00:00</updated>
<author>
<name>loic</name>
<email>loic@dachary.org</email>
</author>
<published>2016-12-12T07:26:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=3af5826fd7f21fb5d2338b2783e2f84dd750596b'/>
<id>3af5826fd7f21fb5d2338b2783e2f84dd750596b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent UnicodeErrors in HTML reports with Unicode configuration values</title>
<updated>2016-12-07T03:38:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-07T03:38:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=76e924a2b4268d9821c7fd6c69b6a092ddc936b1'/>
<id>76e924a2b4268d9821c7fd6c69b6a092ddc936b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>status.json file is more compact</title>
<updated>2016-11-30T01:22:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-30T01:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=29257d4d11ec8475776a218e3cf31378adc18140'/>
<id>29257d4d11ec8475776a218e3cf31378adc18140</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More-accurate pragmas</title>
<updated>2016-11-29T11:18:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-29T11:18:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=998b4e07d8af4d241e70c7cca18a0f72f8ca74dd'/>
<id>998b4e07d8af4d241e70c7cca18a0f72f8ca74dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid flags in regexes we combine</title>
<updated>2016-11-27T13:43:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-27T13:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=92d02ded76ebc769dd555e5e3db6f932b8b60a83'/>
<id>92d02ded76ebc769dd555e5e3db6f932b8b60a83</id>
<content type='text'>
These regexes get piped together with other regexes, and flags not at the
beginning of the regex raise DeprecationWarnings. Also, I'm not sure what the
flag will do when combined with the other regexes.  Also also, do people really
use upper-case pragmas?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These regexes get piped together with other regexes, and flags not at the
beginning of the regex raise DeprecationWarnings. Also, I'm not sure what the
flag will do when combined with the other regexes.  Also also, do people really
use upper-case pragmas?
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a 2/3 name for unicode</title>
<updated>2016-11-23T11:43:32+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-23T11:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=ff212b66ddbdbf123cc0c43811fa7a331ce7de92'/>
<id>ff212b66ddbdbf123cc0c43811fa7a331ce7de92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Conditionalize the ast_dump code</title>
<updated>2016-11-22T21:50:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-22T21:50:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=c444cd6af97d12a43805d20000e3811734da27f4'/>
<id>c444cd6af97d12a43805d20000e3811734da27f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the docstring</title>
<updated>2016-11-20T14:17:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-20T14:17:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=8aee57ccb388674d49d0f7278c9ced247eb0872d'/>
<id>8aee57ccb388674d49d0f7278c9ced247eb0872d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the config logic out of the Coverage constructor</title>
<updated>2016-11-20T13:21:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-20T13:21:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=52f7bb335ce25063cd33a91c4f9e757adb18e99c'/>
<id>52f7bb335ce25063cd33a91c4f9e757adb18e99c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
