<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage, branch 7.2.5</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>docs: prep for 7.2.5</title>
<updated>2023-04-30T10:39:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-04-30T10:39:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=51f14fe968b31be7804d80e23495cb8d793d60be'/>
<id>51f14fe968b31be7804d80e23495cb8d793d60be</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 fake stdout might not have isatty</title>
<updated>2023-04-30T10:28:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-04-30T10:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=731e9a776539dde46ca4c626ed67a5a09e0fe76a'/>
<id>731e9a776539dde46ca4c626ed67a5a09e0fe76a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: bump version</title>
<updated>2023-04-28T10:21:06+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-04-28T10:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=78a258f521a2f298b66463359c106fc4a2c38002'/>
<id>78a258f521a2f298b66463359c106fc4a2c38002</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: prep for 7.2.4</title>
<updated>2023-04-28T09:33:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-04-28T09:33:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1f5beeb706696f91955b68723fd8b8ffc7570f3c'/>
<id>1f5beeb706696f91955b68723fd8b8ffc7570f3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: specific files to include/omit should match even with relative files #1604.</title>
<updated>2023-04-27T21:22:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-04-19T15:23:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ee6506f08e5de7e568751f78e8be82fc2a102ffe'/>
<id>ee6506f08e5de7e568751f78e8be82fc2a102ffe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: parametrize a test for #1608</title>
<updated>2023-04-27T11:28:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-04-27T11:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=43085b9d5378ef343ac214fd15e8f7c2ceffa95f'/>
<id>43085b9d5378ef343ac214fd15e8f7c2ceffa95f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: source paths with trailing slashes causing inconsistent sources in XML report with relative_paths (#1608)</title>
<updated>2023-04-27T11:27:33+00:00</updated>
<author>
<name>Kevin Brown-Silva</name>
<email>kevin-brown@users.noreply.github.com</email>
</author>
<published>2023-04-27T11:27:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=df1bf082f242cccdcb342000525bede537b95935'/>
<id>df1bf082f242cccdcb342000525bede537b95935</id>
<content type='text'>
* Added failing test for source with trailing slash

This test is nearly identical to the one above it, with the only
change being the source that is used. This may end up turning into
a fixture instead if the tests end up being identical after the
fix is made.

* Strip trailing slash for relative source paths

This fixes an issue introduced in 45cf7936ee605cfe06f7f5967a72a73198960120
where using `relative_files=True` and `src` with a trailing slash,
the source inserted as `&lt;sources&gt;` in the XML report would also have
a trailing slash. This also fixes an issue introduced in the same
commit where an empty `&lt;source&gt;` would be inserted as well for cases
where the `src` has a trailing slash.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added failing test for source with trailing slash

This test is nearly identical to the one above it, with the only
change being the source that is used. This may end up turning into
a fixture instead if the tests end up being identical after the
fix is made.

* Strip trailing slash for relative source paths

This fixes an issue introduced in 45cf7936ee605cfe06f7f5967a72a73198960120
where using `relative_files=True` and `src` with a trailing slash,
the source inserted as `&lt;sources&gt;` in the XML report would also have
a trailing slash. This also fixes an issue introduced in the same
commit where an empty `&lt;source&gt;` would be inserted as well for cases
where the `src` has a trailing slash.</pre>
</div>
</content>
</entry>
<entry>
<title>test: refactor and add a test of terminal link text</title>
<updated>2023-04-27T02:01:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-04-27T01:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=74b1758bb138355d5036631d8c92e7b0871339b2'/>
<id>74b1758bb138355d5036631d8c92e7b0871339b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: no need for terminal url except for html report</title>
<updated>2023-04-27T02:01:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-04-26T22:36:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=40cc55c0dc18d999cd4d3c1b278d6e120f858ab5'/>
<id>40cc55c0dc18d999cd4d3c1b278d6e120f858ab5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add hyperlink to console output (#1613)</title>
<updated>2023-04-26T23:31:18+00:00</updated>
<author>
<name>Ricardo Newbery</name>
<email>ric@digitalmarbles.com</email>
</author>
<published>2023-04-26T23:31:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=5f31ff9ae35cee27a25f4413664c0ac527fc3a15'/>
<id>5f31ff9ae35cee27a25f4413664c0ac527fc3a15</id>
<content type='text'>
* Add hyperlink to console output

* python 3.7 compat version of detecting console tty</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add hyperlink to console output

* python 3.7 compat version of detecting console tty</pre>
</div>
</content>
</entry>
</feed>
