<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/test_html.py, branch coverage-4.4.1</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>Use an ISO standard encoding in coding declarations</title>
<updated>2017-02-21T11:36:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-02-21T11:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=0c38af32a0cada8d35671adff86c871d3badb37a'/>
<id>0c38af32a0cada8d35671adff86c871d3badb37a</id>
<content type='text'>
See https://twitter.com/nedbat/status/833723932658262016 for pedantry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://twitter.com/nedbat/status/833723932658262016 for pedantry.
</pre>
</div>
</content>
</entry>
<entry>
<title>Run two files to be sure we know what error we'll get</title>
<updated>2017-02-10T11:59:51+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-02-10T11:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=5d8d4b634c475b4f5517e18f9bf580574d9a032a'/>
<id>5d8d4b634c475b4f5517e18f9bf580574d9a032a</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 too-long line</title>
<updated>2017-01-11T22:57:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-01-11T22:57:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=4df493ce30df92064dd75491e30f43b1f1bd442d'/>
<id>4df493ce30df92064dd75491e30f43b1f1bd442d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete html files when skipping covered files</title>
<updated>2017-01-11T22:53:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-01-11T22:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=cb0da0af9a826adc86c49fd1429e1ab07d91b770'/>
<id>cb0da0af9a826adc86c49fd1429e1ab07d91b770</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove explicit clean-up methods that just set an attribute</title>
<updated>2017-01-11T22:37:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-01-11T22:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6c8a2e48c9d74f561216557ad5b07da2cae7c245'/>
<id>6c8a2e48c9d74f561216557ad5b07da2cae7c245</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>html total must account for files 100% covered #549</title>
<updated>2017-01-10T23:45:04+00:00</updated>
<author>
<name>loic@dachary.org</name>
<email>loic@dachary.org</email>
</author>
<published>2017-01-10T23:45:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e7faaa5a1e2e316ec7ec215946a291711f397a32'/>
<id>e7faaa5a1e2e316ec7ec215946a291711f397a32</id>
<content type='text'>
The --skip-covered implementation for html must not just skip the
files that are 100% covered. It must remember them and not fail with a
"no coverage data" when all files are 100% covered.

The statistics about the files that are 100% covered must also be
summed in the total for the index.html page.

close #549

--HG--
branch : issue-549
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The --skip-covered implementation for html must not just skip the
files that are 100% covered. It must remember them and not fail with a
"no coverage data" when all files are 100% covered.

The statistics about the files that are 100% covered must also be
summed in the total for the index.html page.

close #549

--HG--
branch : issue-549
</pre>
</div>
</content>
</entry>
<entry>
<title>No need for subprocesses to test HTML reporting</title>
<updated>2016-12-24T22:42:44+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-24T22:42:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b157003db4af681f2f3857af3631dbe752a40264'/>
<id>b157003db4af681f2f3857af3631dbe752a40264</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>html report --skip-covered with branches #433</title>
<updated>2016-12-19T00:19:54+00:00</updated>
<author>
<name>loic@dachary.org</name>
<email>loic@dachary.org</email>
</author>
<published>2016-12-19T00:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1b24e9a292281239135e7c6aeedaaeec7fe7d858'/>
<id>1b24e9a292281239135e7c6aeedaaeec7fe7d858</id>
<content type='text'>
Add a test because the code path is significantly different.

Also document --skip-covered with the coverage html command.

close #433

--HG--
branch : issue-433-2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a test because the code path is significantly different.

Also document --skip-covered with the coverage html command.

close #433

--HG--
branch : issue-433-2
</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>Test excluded lines in the html report</title>
<updated>2016-11-30T11:22:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-30T11:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c073eca69a749cd579c8d429357d53498ba1f294'/>
<id>c073eca69a749cd579c8d429357d53498ba1f294</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
