<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/version.py, branch 6.0b1</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>build: bump version</title>
<updated>2021-07-18T18:47:22+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-07-18T18:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=d57a112b4657b4392dce9f0a6c06e59308801f37'/>
<id>d57a112b4657b4392dce9f0a6c06e59308801f37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: prep for 6.0b1</title>
<updated>2021-07-18T18:10:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-07-18T18:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e17d356879f4a5f5bac549503e7a4b6dc3f4e482'/>
<id>e17d356879f4a5f5bac549503e7a4b6dc3f4e482</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: next version will be 6.0, dropping support for 2.7 &amp; 3.5</title>
<updated>2021-05-01T22:03:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-01T22:03:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=767a3de326cf438d4731cfddb3e58e6cba3fb5e1'/>
<id>767a3de326cf438d4731cfddb3e58e6cba3fb5e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: make tags like 5.6.1 not coverage-5.6.1</title>
<updated>2021-04-15T09:09:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-04-15T09:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=05fbe9c95352ad7536c1f8ebd53a6739714a8af9'/>
<id>05fbe9c95352ad7536c1f8ebd53a6739714a8af9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: bump version to 5.6b2</title>
<updated>2021-04-13T02:23:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-04-13T02:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=72d851501d226b847949cb96cc7d3025f6eeba62'/>
<id>72d851501d226b847949cb96cc7d3025f6eeba62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: don't measure third-party packages</title>
<updated>2021-04-10T22:41:58+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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=0285af966a3942d8bd63489bd285328e96221126'/>
<id>0285af966a3942d8bd63489bd285328e96221126</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>build: version bump</title>
<updated>2021-02-28T20:19:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-28T20:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=582b42a1bde6a5fd62b793fa2733d31669498a0f'/>
<id>582b42a1bde6a5fd62b793fa2733d31669498a0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: version 5.5 prep</title>
<updated>2021-02-28T17:22:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-02-28T17:22:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9e8010cf1626dad26a02aa949c105481d540c631'/>
<id>9e8010cf1626dad26a02aa949c105481d540c631</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: next version will be 5.5</title>
<updated>2021-01-30T23:20:40+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-30T23:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=814023c72082c75684259b7980f7b3465785b110'/>
<id>814023c72082c75684259b7980f7b3465785b110</id>
<content type='text'>
Since we've added a feature (combine --keep).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we've added a feature (combine --keep).
</pre>
</div>
</content>
</entry>
<entry>
<title>Version bump</title>
<updated>2021-01-26T11:40:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-26T11:40:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b04613741e1d4d113a5bed54418d730bf053fcc2'/>
<id>b04613741e1d4d113a5bed54418d730bf053fcc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
