<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git, branch nedbat/run_envvar_553</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>feat: `coverage run` now sets the COVERAGE_RUN environment variable</title>
<updated>2021-10-16T12:20:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-16T12:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=68b0094de2a0a92477dfe44ead0cb46f4de26d4b'/>
<id>68b0094de2a0a92477dfe44ead0cb46f4de26d4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: very minor clean up</title>
<updated>2021-10-16T12:02:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-16T11:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=702c927fed2b2120ed2e4aa66668170d4120ca30'/>
<id>702c927fed2b2120ed2e4aa66668170d4120ca30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: subprocess diagnostic for when we need it</title>
<updated>2021-10-16T12:02:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-16T11:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=aab6c32ca0fb290da7d31aaad9a6e9893240be26'/>
<id>aab6c32ca0fb290da7d31aaad9a6e9893240be26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: mark some uncovered lines in collector.py</title>
<updated>2021-10-15T01:35:34+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-15T01:35:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e4c3d3007bce562f1fbdc2d2029a4bcbeaf8cd08'/>
<id>e4c3d3007bce562f1fbdc2d2029a4bcbeaf8cd08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: we don't need two sys.path restorers</title>
<updated>2021-10-15T00:03:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-15T00:03:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=4a5cf280fe8622a4ccd03c07cdd6adf3207df20f'/>
<id>4a5cf280fe8622a4ccd03c07cdd6adf3207df20f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>perf: reduce the overhead of recording branches</title>
<updated>2021-10-15T00:03:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-15T00:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=ec9070f1387e9713236f3b8c47447df44447df23'/>
<id>ec9070f1387e9713236f3b8c47447df44447df23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: parametrize test_pathologically_long_code_object</title>
<updated>2021-10-14T15:14:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-14T15:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a1101953f253754514e74d3d648c4d4ef9c0ad6c'/>
<id>a1101953f253754514e74d3d648c4d4ef9c0ad6c</id>
<content type='text'>
While experimenting with packing branch ends into one int, this test showed a
mistake I had made.  Turns out it wasn't an obsolete test after all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While experimenting with packing branch ends into one int, this test showed a
mistake I had made.  Turns out it wasn't an obsolete test after all.
</pre>
</div>
</content>
</entry>
<entry>
<title>style(docs): clean up a trailing blank line</title>
<updated>2021-10-14T14:45:55+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-14T14:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=2e39e43d79b5ba38e5d3e693e847d6334462b55d'/>
<id>2e39e43d79b5ba38e5d3e693e847d6334462b55d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: don't use subprocesses where we don't have to</title>
<updated>2021-10-13T11:46:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-13T10:47:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=001f6532f8a8bf05f1cf6f2b5574ba091550a77d'/>
<id>001f6532f8a8bf05f1cf6f2b5574ba091550a77d</id>
<content type='text'>
When running tests with `-n 0`, this shaves 4 seconds off the run time.
When running the complete test suite with xdist, it takes 2 seconds
longer!?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running tests with `-n 0`, this shaves 4 seconds off the run time.
When running the complete test suite with xdist, it takes 2 seconds
longer!?
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: use the get_report helper</title>
<updated>2021-10-13T11:26:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-13T10:03:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=d137a41da2f1a7010a1bd4305962670af2f7dae1'/>
<id>d137a41da2f1a7010a1bd4305962670af2f7dae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
