<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/Makefile, branch nedbat/cog</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: use checksumming</title>
<updated>2021-11-19T15:29:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-19T15:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e159fbdd05fc80fc359538030b619e5095570d10'/>
<id>e159fbdd05fc80fc359538030b619e5095570d10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: use cog to include the help output of commands</title>
<updated>2021-11-19T12:31:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-19T12:31:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c03f3000c82c6171fb798e4947a57a6b884fc03a'/>
<id>c03f3000c82c6171fb798e4947a57a6b884fc03a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: use cog instead of manually copying and checking the copy</title>
<updated>2021-11-19T11:56:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-19T11:56:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=9b66c98b6bac5bdb8f6154dd31532c82e5d9f38b'/>
<id>9b66c98b6bac5bdb8f6154dd31532c82e5d9f38b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: document the exceptions</title>
<updated>2021-11-14T12:44:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-14T00:00:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=342e7da2941ae5291f1a94b6ad66ce489f6985fe'/>
<id>342e7da2941ae5291f1a94b6ad66ce489f6985fe</id>
<content type='text'>
... and make some of them private.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and make some of them private.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: when we measure our coverage, get a json report also</title>
<updated>2021-10-31T10:50:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-30T21:12:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=bb78d7e1a77c9b882f9e4547e3e55d8b1f50e126'/>
<id>bb78d7e1a77c9b882f9e4547e3e55d8b1f50e126</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: clean up the Makefile a bit</title>
<updated>2021-10-30T20:48:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-30T20:48:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=79f832f2f50b441cccf617954cdd51f411c68677'/>
<id>79f832f2f50b441cccf617954cdd51f411c68677</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: also pin pip and setuptools</title>
<updated>2021-10-30T15:31:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-30T15:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=1e04123c16c868d1ee826edf8333210b265a1674'/>
<id>1e04123c16c868d1ee826edf8333210b265a1674</id>
<content type='text'>
Mostly to get rid of the "you're not using the latest pip!" warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly to get rid of the "you're not using the latest pip!" warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix two warnings in the release-notes process</title>
<updated>2021-10-30T12:49:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-30T12:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=33f53955332ac3516640c8e898626f4c3107fe9b'/>
<id>33f53955332ac3516640c8e898626f4c3107fe9b</id>
<content type='text'>
... and change "tox doc" to fail next time this happens.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and change "tox doc" to fail next time this happens.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: a minimal tox.pip for getting tox started</title>
<updated>2021-10-25T13:07:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-25T12:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=2d2d6088b94845ffc4062853aa7230879ee66a44'/>
<id>2d2d6088b94845ffc4062853aa7230879ee66a44</id>
<content type='text'>
No need to install a lot of junk just to have tox make a new venv and install
things into it.  And then ci.pip can be much smaller, installing just what kits
need: kit.pip
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No need to install a lot of junk just to have tox make a new venv and install
things into it.  And then ci.pip can be much smaller, installing just what kits
need: kit.pip
</pre>
</div>
</content>
</entry>
<entry>
<title>build: avoid direct setup.py invocations</title>
<updated>2021-10-25T12:32:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-25T11:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=4da807c9a83aacaacefb67a1f9e12d312e6d1247'/>
<id>4da807c9a83aacaacefb67a1f9e12d312e6d1247</id>
<content type='text'>
Also simplified the .pip files a bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also simplified the .pip files a bit.
</pre>
</div>
</content>
</entry>
</feed>
