<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git, branch nedbat/wtf-sqlite</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>temp: collect information about sqlite journal_mode</title>
<updated>2023-03-16T11:27:47+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-03-16T11:27:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=3d8bf60186c8ac5361d5183d4f848a87abcb3951'/>
<id>3d8bf60186c8ac5361d5183d4f848a87abcb3951</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: Better handle failure when possible combinable file does not exist.</title>
<updated>2023-03-16T10:41:14+00:00</updated>
<author>
<name>Brad Smith</name>
<email>bradster@infinitewarp.com</email>
</author>
<published>2023-02-27T16:10:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=2f0f904759b5e30c88d9a5fdcb78bb2340e981d8'/>
<id>2f0f904759b5e30c88d9a5fdcb78bb2340e981d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: Use "journal_mode=memory" if "journal_mode=off" fails.</title>
<updated>2023-03-16T10:41:14+00:00</updated>
<author>
<name>Brad Smith</name>
<email>bradster@infinitewarp.com</email>
</author>
<published>2023-02-27T16:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=86deccd8e643f7f7ddf60ecd8311e71ecb0d4e09'/>
<id>86deccd8e643f7f7ddf60ecd8311e71ecb0d4e09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: Remove missing type parameter (#1570)</title>
<updated>2023-03-15T10:45:27+00:00</updated>
<author>
<name>KotlinIsland</name>
<email>65446343+KotlinIsland@users.noreply.github.com</email>
</author>
<published>2023-03-15T10:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=021a99f3f50eca77abb85e2f25f26af65ad06128'/>
<id>021a99f3f50eca77abb85e2f25f26af65ad06128</id>
<content type='text'>
Co-authored-by: KotlinIsland &lt;kotlinisland@users.noreply.github.com&gt;
Co-authored-by: Ned Batchelder &lt;ned@nedbatchelder.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: KotlinIsland &lt;kotlinisland@users.noreply.github.com&gt;
Co-authored-by: Ned Batchelder &lt;ned@nedbatchelder.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>fix: don't measure all third-party packages if source is in third-party location</title>
<updated>2023-03-15T09:48:29+00:00</updated>
<author>
<name>Manuel Jacob</name>
<email>me@manueljacob.de</email>
</author>
<published>2023-02-21T02:03:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=4574ecf128ae51c2b950f6c9cb2486b86f5354e7'/>
<id>4574ecf128ae51c2b950f6c9cb2486b86f5354e7</id>
<content type='text'>
There is logic to not measure third-party packages inside configured sources. However, when a (i.e. another) configured source was inside a third-party location, this logic was previously disabled completely.

This caused a problem if a virtual env is set up inside a configured source directory and a configured source package gets installed inside the virtual env. Previously in this case, coverage was measured for all files in the virtual env for the reason described in the previous paragraph.

This commit changes the code to collect all configured source directories inside third-party locations and disable coverage for code in third-party locations only if its not in one of these collected source directories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is logic to not measure third-party packages inside configured sources. However, when a (i.e. another) configured source was inside a third-party location, this logic was previously disabled completely.

This caused a problem if a virtual env is set up inside a configured source directory and a configured source package gets installed inside the virtual env. Previously in this case, coverage was measured for all files in the virtual env for the reason described in the previous paragraph.

This commit changes the code to collect all configured source directories inside third-party locations and disable coverage for code in third-party locations only if its not in one of these collected source directories.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: wrap long lines</title>
<updated>2023-03-15T09:44:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-03-15T09:44:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=dd7959dbf4eede4d2f2254f607113e45071cc8d3'/>
<id>dd7959dbf4eede4d2f2254f607113e45071cc8d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: #1573 is fixed, thanks Benjamin Parzella</title>
<updated>2023-03-15T01:03:56+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-03-15T01:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f95ce970a7870e636105cf6f9193701760d3135f'/>
<id>f95ce970a7870e636105cf6f9193701760d3135f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: generate xml report packages correctly on windows (#1574)</title>
<updated>2023-03-14T23:55:47+00:00</updated>
<author>
<name>Benjamin Parzella</name>
<email>bparzella@gmail.com</email>
</author>
<published>2023-03-14T23:55:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=45d76fa644b9f2e082de1721a55f91eacdcdc520'/>
<id>45d76fa644b9f2e082de1721a55f91eacdcdc520</id>
<content type='text'>
* fix: generate xml report packages correctly on windows

* test: check duplicate package names in xml report

* fix: shorten long line in test_xml</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix: generate xml report packages correctly on windows

* test: check duplicate package names in xml report

* fix: shorten long line in test_xml</pre>
</div>
</content>
</entry>
<entry>
<title>build: will this work on fork pr's?</title>
<updated>2023-03-14T22:32:42+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-03-14T22:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e47f35462dc7e8b28d2fa94de65a1bf34608d4c8'/>
<id>e47f35462dc7e8b28d2fa94de65a1bf34608d4c8</id>
<content type='text'>
With .ref, on a PR from a fork, I got:
```
Run actions/dependency-review-action@v3
  with:
    base-ref: master
    head-ref: xml_duplicate_fix
    repo-token: ***
    fail-on-severity: low
    fail-on-scopes: runtime
Error: Bad Request
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With .ref, on a PR from a fork, I got:
```
Run actions/dependency-review-action@v3
  with:
    base-ref: master
    head-ref: xml_duplicate_fix
    repo-token: ***
    fail-on-severity: low
    fail-on-scopes: runtime
Error: Bad Request
```
</pre>
</div>
</content>
</entry>
<entry>
<title>build: run dependency check on pushes, for more action uniformity</title>
<updated>2023-03-14T11:53:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-03-14T11:37:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=dc83ac55bd58a0531b71b851ac0a7d217bfc1f83'/>
<id>dc83ac55bd58a0531b71b851ac0a7d217bfc1f83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
