From 2fcd1f4750749cf15381f3ea5b3fe9586ca1a6a4 Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Wed, 21 Aug 2024 16:07:43 -0700 Subject: [PATCH] Drop codecov from CI and readme --- .github/workflows/ci.yml | 7 ------- README.rst | 6 +----- codecov.yml | 4 ---- 3 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 codecov.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce61c6546..4163bf967 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,13 +89,6 @@ jobs: run: | hatch run coverage run setup.py test hatch run coverage xml -i - - uses: codecov/codecov-action@v4 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - with: - files: coverage.xml - fail_ci_if_error: true - verbose: true - name: Archive Coverage uses: actions/upload-artifact@v4 with: diff --git a/README.rst b/README.rst index 3b3d39ed3..90e2f278a 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ A Concrete Syntax Tree (CST) parser and serializer library for Python -|support-ukraine| |readthedocs-badge| |ci-badge| |codecov-badge| |pypi-badge| |pypi-download| |notebook-badge| +|support-ukraine| |readthedocs-badge| |ci-badge| |pypi-badge| |pypi-download| |notebook-badge| .. |support-ukraine| image:: https://img.shields.io/badge/Support-Ukraine-FFD500?style=flat&labelColor=005BBB :alt: Support Ukraine - Help Provide Humanitarian Aid to Ukraine. @@ -18,10 +18,6 @@ A Concrete Syntax Tree (CST) parser and serializer library for Python :target: https://github.com/Instagram/LibCST/actions/workflows/build.yml?query=branch%3Amain :alt: Github Actions -.. |codecov-badge| image:: https://codecov.io/gh/Instagram/LibCST/branch/main/graph/badge.svg - :target: https://codecov.io/gh/Instagram/LibCST/branch/main - :alt: CodeCov - .. |pypi-badge| image:: https://img.shields.io/pypi/v/libcst.svg :target: https://pypi.org/project/libcst :alt: PYPI diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 32f5ee69b..000000000 --- a/codecov.yml +++ /dev/null @@ -1,4 +0,0 @@ -coverage: - status: - project: no - patch: yes