<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/ci, branch 7.2.5</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>test: adapt to latest pylint</title>
<updated>2023-02-09T15:04:42+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-02-09T15:04:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1c2e2be9fbba200330ec84062eecf6662cbd5ee0'/>
<id>1c2e2be9fbba200330ec84062eecf6662cbd5ee0</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 scriv to create GitHub releases</title>
<updated>2023-01-16T18:52:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-16T18:48:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=be1e1ae8ca619c92ed84ab0a01c95f71a48e5284'/>
<id>be1e1ae8ca619c92ed84ab0a01c95f71a48e5284</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: releases get a nicer pypi/install footer</title>
<updated>2022-11-02T09:18:42+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-11-01T21:15:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=89528f36c4b833048a92d6134008f1a801b7dd50'/>
<id>89528f36c4b833048a92d6134008f1a801b7dd50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: gh releases have pypi link and installation instruction</title>
<updated>2022-09-30T10:12:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-09-30T10:12:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=8bdaafe103e36ec6428a5bf8d1d6a807a1269a1f'/>
<id>8bdaafe103e36ec6428a5bf8d1d6a807a1269a1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style: adapt to latest pylint concerns</title>
<updated>2022-09-13T11:06:34+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-09-07T21:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c784c559fa37407dfec6abc7734cb61bd5e7cc7f'/>
<id>c784c559fa37407dfec6abc7734cb61bd5e7cc7f</id>
<content type='text'>
Before these changes, these violations happened:

```
  lint run-test: commands[6] | python -m pylint --notes= coverage tests doc ci igor.py setup.py __main__.py
  ************* Module coverage.parser
  coverage/parser.py:1290 I: Useless suppression of 'too-many-function-args' (useless-suppression)
  ************* Module ci.download_gha_artifacts
  ci/download_gha_artifacts.py:18 W: Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout)
  ci/download_gha_artifacts.py:54 W: Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout)
  ************* Module ci.trigger_build_kits
  ci/trigger_build_kits.py:21 W: Missing timeout argument for method 'requests.post' can cause your program to hang indefinitely (missing-timeout)
  ************* Module ci.github_releases
  ci/github_releases.py:138 E: Too many positional arguments for function call (too-many-function-args)
  ci/github_releases.py:138 I: Useless suppression of 'no-value-for-parameter' (useless-suppression)
  ************* Module ci.comment_on_fixes
  ci/comment_on_fixes.py:30 W: Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout)
  ci/comment_on_fixes.py:37 W: Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout)
  ci/comment_on_fixes.py:49 W: Missing timeout argument for method 'requests.post' can cause your program to hang indefinitely (missing-timeout)
  ************* Module ci.parse_relnotes
  ci/parse_relnotes.py:126 E: Too many positional arguments for function call (too-many-function-args)
  ci/parse_relnotes.py:126 I: Useless suppression of 'no-value-for-parameter' (useless-suppression)
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before these changes, these violations happened:

```
  lint run-test: commands[6] | python -m pylint --notes= coverage tests doc ci igor.py setup.py __main__.py
  ************* Module coverage.parser
  coverage/parser.py:1290 I: Useless suppression of 'too-many-function-args' (useless-suppression)
  ************* Module ci.download_gha_artifacts
  ci/download_gha_artifacts.py:18 W: Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout)
  ci/download_gha_artifacts.py:54 W: Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout)
  ************* Module ci.trigger_build_kits
  ci/trigger_build_kits.py:21 W: Missing timeout argument for method 'requests.post' can cause your program to hang indefinitely (missing-timeout)
  ************* Module ci.github_releases
  ci/github_releases.py:138 E: Too many positional arguments for function call (too-many-function-args)
  ci/github_releases.py:138 I: Useless suppression of 'no-value-for-parameter' (useless-suppression)
  ************* Module ci.comment_on_fixes
  ci/comment_on_fixes.py:30 W: Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout)
  ci/comment_on_fixes.py:37 W: Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout)
  ci/comment_on_fixes.py:49 W: Missing timeout argument for method 'requests.post' can cause your program to hang indefinitely (missing-timeout)
  ************* Module ci.parse_relnotes
  ci/parse_relnotes.py:126 E: Too many positional arguments for function call (too-many-function-args)
  ci/parse_relnotes.py:126 I: Useless suppression of 'no-value-for-parameter' (useless-suppression)
```
</pre>
</div>
</content>
</entry>
<entry>
<title>build: clean up ci helpers, use them more uniformly</title>
<updated>2022-06-02T12:47:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-06-02T12:47:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2d7014cb861b00ac32c2ae8b5d3401be494b256d'/>
<id>2d7014cb861b00ac32c2ae8b5d3401be494b256d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: automate triggering kit builds on github actions</title>
<updated>2022-06-02T12:37:49+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-06-02T12:37:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=67e5e95c133cf970c0706d2084f7e1c65d1c1b3a'/>
<id>67e5e95c133cf970c0706d2084f7e1c65d1c1b3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: comment_on_fixes comments on pull requests too</title>
<updated>2022-06-02T11:21:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-06-02T11:21:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=aef87253860e8e1d88d7fe8f47a61f5e94cdc3c1'/>
<id>aef87253860e8e1d88d7fe8f47a61f5e94cdc3c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): GitHub releases had 404's for :ref: links.</title>
<updated>2022-05-23T23:51:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-05-23T23:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=0aa1070a2c9a99e10b7790b9a6a40a631ba5514e'/>
<id>0aa1070a2c9a99e10b7790b9a6a40a631ba5514e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://trove.baserock.org/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>
</feed>
