<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/config.py, branch coverage-3.4b2</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>New config setting: [report]precision lets you specify the number of digits after the decimal point in coverage percentages. Finishes issue #16.</title>
<updated>2010-08-24T15:18:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-08-24T15:18:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9726ca6bbdc7d1ed5b0f732071210eed4ceada34'/>
<id>9726ca6bbdc7d1ed5b0f732071210eed4ceada34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The 'source' option is a list of directories or packages to limit coverage's attention.</title>
<updated>2010-06-14T01:46:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-06-14T01:46:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=cf7fa58279cf644c47864485260a7139d9608b2d'/>
<id>cf7fa58279cf644c47864485260a7139d9608b2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Omit and include are now filename patterns rather than prefixes.  BACKWARD INCOMPATIBLE change.</title>
<updated>2010-05-23T20:09:44+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-05-23T20:09:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=039345d5c311d5d55ee6c93554959fd5685a862c'/>
<id>039345d5c311d5d55ee6c93554959fd5685a862c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format the code to pylint's liking, and fix up the docstrings for omit and include.</title>
<updated>2010-05-16T03:03:52+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-05-16T03:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f0b3451e829de7311c39a18c0fb34312330981ef'/>
<id>f0b3451e829de7311c39a18c0fb34312330981ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor common code in config.py, and start testing the new options.</title>
<updated>2010-05-15T16:10:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-05-15T16:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=128e1985c1d0f958dfda551f92fc858c1989777f'/>
<id>128e1985c1d0f958dfda551f92fc858c1989777f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change 'requires' to 'include'.</title>
<updated>2010-05-15T15:50:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-05-15T15:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2062c0973a8e4fb7717cd5b1276cf6d9b231eed0'/>
<id>2062c0973a8e4fb7717cd5b1276cf6d9b231eed0</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 --require option to specify directories which are required to be at the beginning of the path for any file that is going to be included in code coverage</title>
<updated>2010-04-19T22:08:37+00:00</updated>
<author>
<name>Zooko Ofsimplegeo</name>
<email>zooko@simplegeo.com</email>
</author>
<published>2010-04-19T22:08:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ce4dbf3b92dcccf146cdf8c0bfb2f6da0a7c5dd5'/>
<id>ce4dbf3b92dcccf146cdf8c0bfb2f6da0a7c5dd5</id>
<content type='text'>
make the --omit and --require options apply to code coverage generation as well as to reporting; This speeds up tests from 6 seconds to 1 second on my system, as well as making the resulting .coverage db include *only* the code that I care about, which helps with my code coverage progression/regression tool.

--HG--
extra : transplant_source : %1F.4%81%E8%DA%0B%D0%D5%9D%89%DE%E1vY%E6%CD%1A%EB%C9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make the --omit and --require options apply to code coverage generation as well as to reporting; This speeds up tests from 6 seconds to 1 second on my system, as well as making the resulting .coverage db include *only* the code that I care about, which helps with my code coverage progression/regression tool.

--HG--
extra : transplant_source : %1F.4%81%E8%DA%0B%D0%D5%9D%89%DE%E1vY%E6%CD%1A%EB%C9
</pre>
</div>
</content>
</entry>
<entry>
<title>XML output file is configurable in .rc file.</title>
<updated>2010-01-10T01:57:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-01-10T01:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1bec288c62eca5f608e047c009730a43da7df725'/>
<id>1bec288c62eca5f608e047c009730a43da7df725</id>
<content type='text'>
--HG--
rename : test/farm/html/run_a_xml.py =&gt; test/farm/html/run_a_xml_1.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : test/farm/html/run_a_xml.py =&gt; test/farm/html/run_a_xml_1.py
</pre>
</div>
</content>
</entry>
<entry>
<title>HTML output directory is now settable in the .rc file.</title>
<updated>2010-01-07T02:58:36+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-01-07T02:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b3908795fd4888d67de2fe89a742de1eba24e225'/>
<id>b3908795fd4888d67de2fe89a742de1eba24e225</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parallel mode can be set from the .coveragerc file.</title>
<updated>2010-01-03T15:23:06+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-01-03T15:23:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2fd7773780de939169ca4ae8ad347f92785cd112'/>
<id>2fd7773780de939169ca4ae8ad347f92785cd112</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
