<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git, branch nedbat/virtualenv-detection-905</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>fix: be intelligent about third-party packages</title>
<updated>2021-04-10T18:15:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-04-04T23:31:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=b3e87bbd648d76b89cccca089b09f82a1f4063f6'/>
<id>b3e87bbd648d76b89cccca089b09f82a1f4063f6</id>
<content type='text'>
Avoid measuring code located where third-party packages get installed.
We have to take care to measure --source code even if it is installed in
a third-party location.

This also fixes #905, coverage generating warnings about coverage being
imported when it will be measured.

https://github.com/nedbat/coveragepy/issues/876
https://github.com/nedbat/coveragepy/issues/905
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid measuring code located where third-party packages get installed.
We have to take care to measure --source code even if it is installed in
a third-party location.

This also fixes #905, coverage generating warnings about coverage being
imported when it will be measured.

https://github.com/nedbat/coveragepy/issues/876
https://github.com/nedbat/coveragepy/issues/905
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: make TreeMatcher right for case-sensitive worlds</title>
<updated>2021-04-10T14:19:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-04-10T13:50:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=dc48d27937d4eb0ec5072b97dce54e7556618f8e'/>
<id>dc48d27937d4eb0ec5072b97dce54e7556618f8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: move stdlib and coverage location logic into functions</title>
<updated>2021-04-10T14:19:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-04-04T20:53:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=1b34415fe55c6cdd624d73c2ba57d5e690bbba17'/>
<id>1b34415fe55c6cdd624d73c2ba57d5e690bbba17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: tox should be quiet</title>
<updated>2021-04-10T14:19:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-04-05T09:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=48922a4951f80bb7612c8f3b5c738cb99c7b281c'/>
<id>48922a4951f80bb7612c8f3b5c738cb99c7b281c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: remove obsolete Tidelift release notes support</title>
<updated>2021-04-10T14:16:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-04-10T14:16:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=7f6216bcadbb360fdb339a5638f3c34da325f937'/>
<id>7f6216bcadbb360fdb339a5638f3c34da325f937</id>
<content type='text'>
Tidelift removed their release notes API on 2021-03-09:
https://forum.tidelift.com/t/release-notes-task/467
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tidelift removed their release notes API on 2021-03-09:
https://forum.tidelift.com/t/release-notes-task/467
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: nice_file can be used as a function</title>
<updated>2021-03-22T11:04:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-21T21:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=66173dc24db5e6800483e0faddf583e80d9eb9b3'/>
<id>66173dc24db5e6800483e0faddf583e80d9eb9b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: make_file can be used as a function</title>
<updated>2021-03-22T11:04:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-21T21:05:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e613a75b7c20bec00b4564f2d87812a8fd7b8e11'/>
<id>e613a75b7c20bec00b4564f2d87812a8fd7b8e11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: simplify temp dir cd code</title>
<updated>2021-03-22T11:04:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-21T20:50:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=34660a217c70b810f7ec5630963f8c37e7a208dc'/>
<id>34660a217c70b810f7ec5630963f8c37e7a208dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: update the help in the docs</title>
<updated>2021-03-21T20:19:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-21T20:19:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f0f6faaa69333aac63b0df7423eded8fa25f87ac'/>
<id>f0f6faaa69333aac63b0df7423eded8fa25f87ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: update a pytest url to their new structure</title>
<updated>2021-03-21T20:19:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-21T20:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a1da9d62d5a5b8e1c2e13000c5604adc6f89daf1'/>
<id>a1da9d62d5a5b8e1c2e13000c5604adc6f89daf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
