<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests, branch 6.5.0</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>fix: keep negative arc values</title>
<updated>2022-09-29T10:35:22+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-09-29T10:33:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=789f1755333cad44115a90f4bc7d404848c3e876'/>
<id>789f1755333cad44115a90f4bc7d404848c3e876</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: include branches taken and missed in JSON report. #1425</title>
<updated>2022-09-29T10:34:58+00:00</updated>
<author>
<name>Christoph Blessing</name>
<email>33834216+cblessing24@users.noreply.github.com</email>
</author>
<published>2022-08-18T10:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=aabc54031a673e2f789620a993a90197a36f0e95'/>
<id>aabc54031a673e2f789620a993a90197a36f0e95</id>
<content type='text'>
Added more branches to the code whose coverage is checked.

Add branch details to json report

The json report now includes for each branch which branches have been
executed, missed and what the percentage of covered branches was.

Add exiting branch arc to json report test

Update branch details format

Executed and missing branch arcs are stored in the fields named
'executed_branches' and 'missing_branches' respectively. Both fields
contain a list of two element lists. The first element represents the
source line number and the second one the target line number. Exit
branches have their target line number set to 0.

Fix linting errors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added more branches to the code whose coverage is checked.

Add branch details to json report

The json report now includes for each branch which branches have been
executed, missed and what the percentage of covered branches was.

Add exiting branch arc to json report test

Update branch details format

Executed and missing branch arcs are stored in the fields named
'executed_branches' and 'missing_branches' respectively. Both fields
contain a list of two element lists. The first element represents the
source line number and the second one the target line number. Exit
branches have their target line number set to 0.

Fix linting errors
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: `class` statements shouldn't be branches. #1449</title>
<updated>2022-09-27T00:27:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-09-26T23:21:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=fd36918609a18bd36a7e2c3b208220cf25c0957d'/>
<id>fd36918609a18bd36a7e2c3b208220cf25c0957d</id>
<content type='text'>
Revert "refactor: we no longer need to treat 'class' lines specially"

This reverts commit 79f9f4575321fafc2ef770e3255f874db3d4b037.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert "refactor: we no longer need to treat 'class' lines specially"

This reverts commit 79f9f4575321fafc2ef770e3255f874db3d4b037.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: --debug=pathmap will show details of re-mapping due to [paths] setting.</title>
<updated>2022-09-16T22:17:55+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-09-16T21:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=7b690aa976a6bb30261d68344104f817a812a677'/>
<id>7b690aa976a6bb30261d68344104f817a812a677</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: use pyproject.toml to comply with pep517</title>
<updated>2022-09-13T11:06:34+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-09-07T01:32:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=447334c474251eafe6606d5497b1458fb5aca6ca'/>
<id>447334c474251eafe6606d5497b1458fb5aca6ca</id>
<content type='text'>
Also: remove --no-index for installing ourselves.

PEP-517 compliance means we need to use PyPI to get setuptools, so we
can't use --no-index anymore.  I think this was added just to speed up
the initial installation of the virtualenv used in these tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also: remove --no-index for installing ourselves.

PEP-517 compliance means we need to use PyPI to get setuptools, so we
can't use --no-index anymore.  I think this was added just to speed up
the initial installation of the virtualenv used in these tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: pypy fixed their sys.path[0] difference, 3792</title>
<updated>2022-08-27T10:36:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-27T10:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=37ac634031e0cf43c4fe63249f79c025609b53a2'/>
<id>37ac634031e0cf43c4fe63249f79c025609b53a2</id>
<content type='text'>
https://foss.heptapod.net/pypy/pypy/-/issues/3792
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://foss.heptapod.net/pypy/pypy/-/issues/3792
</pre>
</div>
</content>
</entry>
<entry>
<title>test: btw, pypy no longer includes the current dir in sys.path when running a directory</title>
<updated>2022-08-25T13:29:05+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-25T13:29:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3455622cd4927639c4cc3ca608190ef8dc7705f4'/>
<id>3455622cd4927639c4cc3ca608190ef8dc7705f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: pypy partially fixed issue 3792</title>
<updated>2022-08-25T13:22:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-25T13:22:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ceb65dc5672fc0f14b81c751ca633cb72e7387c2'/>
<id>ceb65dc5672fc0f14b81c751ca633cb72e7387c2</id>
<content type='text'>
https://foss.heptapod.net/pypy/pypy/-/issues/3792
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://foss.heptapod.net/pypy/pypy/-/issues/3792
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: don't cache a failed parse</title>
<updated>2022-08-21T13:43:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-21T13:35:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3703bae58b53efec3314bc07b9de157049ad8b70'/>
<id>3703bae58b53efec3314bc07b9de157049ad8b70</id>
<content type='text'>
Found by OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50381
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found by OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50381
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: keep CHANGES up to date</title>
<updated>2022-08-06T19:10:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-06T19:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=42202a88a1873031118643072a2b946c7ea7e9fb'/>
<id>42202a88a1873031118643072a2b946c7ea7e9fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
