<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git, branch gh-actions</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>Remove unneeded CI and kitting support</title>
<updated>2020-11-28T21:13:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-11-28T18:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=12eca0fc391bb2f89138df3d6dbaabf78ff32d86'/>
<id>12eca0fc391bb2f89138df3d6dbaabf78ff32d86</id>
<content type='text'>
We don't use AppVeyor or Travis anymore, or make manylinux or local
wheels.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't use AppVeyor or Travis anymore, or make manylinux or local
wheels.
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep version pins in .pip files</title>
<updated>2020-11-28T21:13:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-11-28T18:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=41d8aef04f172bcd78a27d7a2f138a8a712063bd'/>
<id>41d8aef04f172bcd78a27d7a2f138a8a712063bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Building kits with GitHub Actions</title>
<updated>2020-11-28T21:10:32+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-11-28T13:59:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f270fe3f82465e3a2a27225d80a334c7d9752cba'/>
<id>f270fe3f82465e3a2a27225d80a334c7d9752cba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Retry tox if it fails, to avoid flaky failures</title>
<updated>2020-11-28T21:08:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-11-28T13:02:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=abaff64ed07edd3f1f5302049d9ea7282c738d27'/>
<id>abaff64ed07edd3f1f5302049d9ea7282c738d27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This test is picky about platforms</title>
<updated>2020-11-28T21:07:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-11-28T12:42:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=8c6a06c8c70b846fcfbdc80d37755c5570567ba5'/>
<id>8c6a06c8c70b846fcfbdc80d37755c5570567ba5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests for GitHub windows platform</title>
<updated>2020-11-28T21:07:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-11-27T23:54:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=efed6bad69e6153a0d7f0a69228ee3d6c7ee4b17'/>
<id>efed6bad69e6153a0d7f0a69228ee3d6c7ee4b17</id>
<content type='text'>
The tests were failing because of differences in file paths.  It was
comparing:

    C:\Users\runneradmin\AppData\...

to:

    C:\Users\RUNNER~1\AppData\...

and failing.  These changes normalize the file paths so the comparisons
work properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tests were failing because of differences in file paths.  It was
comparing:

    C:\Users\runneradmin\AppData\...

to:

    C:\Users\RUNNER~1\AppData\...

and failing.  These changes normalize the file paths so the comparisons
work properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>GitHub Action for running tests</title>
<updated>2020-11-28T21:06:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-11-26T21:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=0a7bfa50555f1cbcb56514835107302a777dec1b'/>
<id>0a7bfa50555f1cbcb56514835107302a777dec1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix --source performance regression. #1037</title>
<updated>2020-10-11T15:12:04+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-10-11T15:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3274cbad045d9ee2e67384564d772a019cad0c9e'/>
<id>3274cbad045d9ee2e67384564d772a019cad0c9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PyPy 3.7 doesn't act exactly like CPython 3.7</title>
<updated>2020-10-10T19:33:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-10-10T17:12:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ae35c27be0062721c82f1967e9eb7d6f041e5258'/>
<id>ae35c27be0062721c82f1967e9eb7d6f041e5258</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More-recent versions of Python</title>
<updated>2020-10-10T19:33:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-10-10T12:57:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=4e8f18ecf5b357ba2bc058dec250da7388892da2'/>
<id>4e8f18ecf5b357ba2bc058dec250da7388892da2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
