diff options
author | Ammar Askar <ammar@ammaraskar.com> | 2021-04-30 17:04:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 14:04:40 -0700 |
commit | 726c931b3896dc73fd156e2340b5ef0b8f55cfb7 (patch) | |
tree | d2f5149557006fbb31cdd050d4ad6dfd981b0922 /README.rst | |
parent | 6143fcdf8bfe54c24e3081bcee423f4d51f35c4e (diff) | |
download | cpython-git-726c931b3896dc73fd156e2340b5ef0b8f55cfb7.tar.gz |
bpo-43888: Remove coverage builds from CI (GH-25679)
The coverage builds were consistently timing out in CI, suggesting that people were not reviewing the uploaded reports.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/README.rst b/README.rst index 02a34d28aa..18d6e6a96f 100644 --- a/README.rst +++ b/README.rst @@ -13,10 +13,6 @@ This is Python version 3.10.0 alpha 7 :alt: CPython build status on Azure DevOps :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=master -.. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg - :alt: CPython code coverage on Codecov - :target: https://codecov.io/gh/python/cpython - .. image:: https://img.shields.io/badge/discourse-join_chat-brightgreen.svg :alt: Python Discourse chat :target: https://discuss.python.org/ |