From 0f38aa7671d3dc837b4f04f236276ef3181c2faa Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Wed, 3 Jul 2024 15:16:54 -0400 Subject: [PATCH] Do not upload to codecov --- .github/workflows/python-run-pytest.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-run-pytest.yml b/.github/workflows/python-run-pytest.yml index 4290792..dd8e36f 100644 --- a/.github/workflows/python-run-pytest.yml +++ b/.github/workflows/python-run-pytest.yml @@ -30,8 +30,8 @@ jobs: pip install pytest pytest-cov python -m pytest -m "not pyvista" --cov=./ --cov-report=xml - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 - with: - token: ${{ secrets.CODECOV_TOKEN }} - slug: bobleesj/cifkit + # - name: Upload coverage reports to Codecov + # uses: codecov/codecov-action@v4.0.1 + # with: + # token: ${{ secrets.CODECOV_TOKEN }} + # slug: bobleesj/cifkit