From d541458eab4ce56ec3ea709f24d126eeacf0d14e Mon Sep 17 00:00:00 2001 From: Kyle Westfall Date: Mon, 28 Oct 2024 15:30:49 -0700 Subject: [PATCH] rm codecov? --- .github/workflows/ci_tests.yml | 14 +++++++------- README.rst | 3 --- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 9c2f37ec7d..e1fc0a7490 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -32,13 +32,13 @@ jobs: - name: Test with tox run: | tox -e ${{ matrix.python }}-${{ matrix.toxenv }} - - name: Upload coverage to codecov - if: "contains(matrix.toxenv, '-cov')" - uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV }} - file: ./coverage.xml - fail_ci_if_error: true +# - name: Upload coverage to codecov +# if: "contains(matrix.toxenv, '-cov')" +# uses: codecov/codecov-action@v3 +# with: +# token: ${{ secrets.CODECOV }} +# file: ./coverage.xml +# fail_ci_if_error: true os-tests: name: Python ${{ matrix.python }} on ${{ matrix.os }} diff --git a/README.rst b/README.rst index 2dc294d37c..a03670646d 100644 --- a/README.rst +++ b/README.rst @@ -11,9 +11,6 @@ .. |CITests| image:: https://github.com/pypeit/PypeIt/workflows/CI%20Tests/badge.svg :target: https://github.com/pypeit/PypeIt/actions?query=workflow%3A"CI+Tests" -.. |Coverage| image:: https://codecov.io/gh/PypeIt/pypeit/branch/release/graph/badge.svg - :target: https://codecov.io/gh/PypeIt/pypeit - .. |docs| image:: https://readthedocs.org/projects/pypeit/badge/?version=latest :target: https://pypeit.readthedocs.io/en/latest/