<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/control.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>control.Coverage._init: check "source" is a directory, not just it exists; there could be a file with that name</title>
<updated>2016-12-25T16:40:49+00:00</updated>
<author>
<name>Cosimo Lupo</name>
<email>cosimo.lupo@daltonmaag.com</email>
</author>
<published>2016-12-25T16:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e7b7628a4ebc6bf60fe5f17ddbf84193aac7e272'/>
<id>e7b7628a4ebc6bf60fe5f17ddbf84193aac7e272</id>
<content type='text'>
--HG--
branch : check-source-isdir
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : check-source-isdir
</pre>
</div>
</content>
</entry>
<entry>
<title>implement --skip-covered for html report #433</title>
<updated>2016-12-18T16:24:37+00:00</updated>
<author>
<name>loic@dachary.org</name>
<email>loic@dachary.org</email>
</author>
<published>2016-12-18T16:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c863b83d505397c1af74c152f4f3900c80877073'/>
<id>c863b83d505397c1af74c152f4f3900c80877073</id>
<content type='text'>
close #433

--HG--
branch : issue-433-2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
close #433

--HG--
branch : issue-433-2
</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@dachary.org</name>
<email>loic@dachary.org</email>
</author>
<published>2016-12-12T07:26:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=0ab9d30c8a1f26bd9a7481a9ee14e8a02284a0cd'/>
<id>0ab9d30c8a1f26bd9a7481a9ee14e8a02284a0cd</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=afe3955c48db6c4ef6501e657ba7fc03a1b69d5d'/>
<id>afe3955c48db6c4ef6501e657ba7fc03a1b69d5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the docs about reading tox.ini</title>
<updated>2016-11-19T22:04:06+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-19T22:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=12883bec6ecbbfb2d305b06c6280aabf75e616e6'/>
<id>12883bec6ecbbfb2d305b06c6280aabf75e616e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up line wraps and leftover prints</title>
<updated>2016-11-19T21:28:28+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-19T21:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=edf645cc0beb50b16d85ad17ebd2f1f16aa372b6'/>
<id>edf645cc0beb50b16d85ad17ebd2f1f16aa372b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Read options from tox.ini</title>
<updated>2016-11-18T14:47:35+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>stephen@that.guru</email>
</author>
<published>2016-11-18T14:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c689ec0410d77f35cc14ce18281a4ef278b7de72'/>
<id>c689ec0410d77f35cc14ce18281a4ef278b7de72</id>
<content type='text'>
If coveragerc does not exist, setup.cfg does not exist or does not
contain any coverage-related metadata, and no custom config file is
provided, fall back to tox.ini.

The syntax of tox.ini files is the same as that expected of setup.cfg
files, namely:

    [coverage:{section}]

Fixes: #519

--HG--
branch : issue-519
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If coveragerc does not exist, setup.cfg does not exist or does not
contain any coverage-related metadata, and no custom config file is
provided, fall back to tox.ini.

The syntax of tox.ini files is the same as that expected of setup.cfg
files, namely:

    [coverage:{section}]

Fixes: #519

--HG--
branch : issue-519
</pre>
</div>
</content>
</entry>
<entry>
<title>A better word</title>
<updated>2016-11-10T12:08:06+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-10T12:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=794c3a5be962a6502a83a9a399fe5aa6ad4571dc'/>
<id>794c3a5be962a6502a83a9a399fe5aa6ad4571dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changes</title>
<updated>2016-10-22T13:45:53+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-10-22T13:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b9901ef21618c7936d52fb96955c7c34e87b56fd'/>
<id>b9901ef21618c7936d52fb96955c7c34e87b56fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove two temporary debugging log messages</title>
<updated>2016-10-22T01:16:22+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-10-22T01:16:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=de550d278b0f84007ce209908376867fe5d3fd77'/>
<id>de550d278b0f84007ce209908376867fe5d3fd77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
