<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/test_json.py, branch 7.2.4</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>mypy: test_goldtest.py test_json.py test_lcov.py test_mixins.py test_numbits.py test_oddball.py</title>
<updated>2023-01-05T17:55:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-05T13:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=d4339ee90c3146f370d572cbb1b9ab9907daafad'/>
<id>d4339ee90c3146f370d572cbb1b9ab9907daafad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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://91.123.203.49/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>style: parens should indent the same as their opening line</title>
<updated>2022-05-01T17:00:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-05-01T12:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=420c01394a31415d7a7cbb80be196bcfca48482c'/>
<id>420c01394a31415d7a7cbb80be196bcfca48482c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: pyupgrade --py36-plus tests/**.py</title>
<updated>2021-05-02T11:38:19+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-01T22:25:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=ddf5ba8cfcfe7d133ddbf888cc6e3af79863c712'/>
<id>ddf5ba8cfcfe7d133ddbf888cc6e3af79863c712</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: percent_covered_display in the JSON report</title>
<updated>2021-03-02T13:44:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-02T13:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c4fc383351c8a683e85953785d1365c9e5e791b7'/>
<id>c4fc383351c8a683e85953785d1365c9e5e791b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New JSON info should be reported on individual files also.</title>
<updated>2020-04-11T20:21:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-04-11T20:21:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=b79005b3b7225497f55dfce872d72f9323ddf08c'/>
<id>b79005b3b7225497f55dfce872d72f9323ddf08c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extending jsonreport.py to also include all branch attributes</title>
<updated>2020-04-07T09:52:03+00:00</updated>
<author>
<name>Salvatore Zagaria</name>
<email>salvatore.zagaria@vector.com</email>
</author>
<published>2020-03-31T16:24:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f5eb5f2159180db8cf0a1cf8b34bc96f1140dc96'/>
<id>f5eb5f2159180db8cf0a1cf8b34bc96f1140dc96</id>
<content type='text'>
Signed-off-by: Salvatore Zagaria &lt;salvatore.zagaria@vector.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Salvatore Zagaria &lt;salvatore.zagaria@vector.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup and changelog for #899 #900</title>
<updated>2019-12-21T16:41:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-12-21T16:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=31f7280b5f9a8fcd4b36f23f5b058deee602c4db'/>
<id>31f7280b5f9a8fcd4b36f23f5b058deee602c4db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix context reporting for relative_files</title>
<updated>2019-12-21T15:28:40+00:00</updated>
<author>
<name>David Szotten</name>
<email>davidszotten@gmail.com</email>
</author>
<published>2019-12-20T16:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=ade1f2c534d1b85c8b465ce302ab345b316ec3ef'/>
<id>ade1f2c534d1b85c8b465ce302ab345b316ec3ef</id>
<content type='text'>
fix reporting of contexts when `relative_files = True`

fixes #900
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix reporting of contexts when `relative_files = True`

fixes #900
</pre>
</div>
</content>
</entry>
</feed>
