From 87a5961cf73f4c3e7a14181a66406a74e4b89cb5 Mon Sep 17 00:00:00 2001 From: Lyn Date: Mon, 25 Sep 2023 22:26:26 -0700 Subject: [PATCH] Revert "Add coverage report to CI (#286)" This reverts commit 0d7a0ec5afae584b8bdc3571d4ae656f4864a870. Codecov is reporting the wrong thing. This is blocking the release process. --- .github/workflows/ci.yml | 6 +----- requirements-test.txt | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 764be73c..8c0eab6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,8 +79,4 @@ jobs: python -m pip install --upgrade pip make install - name: Run tests - run: pytest -vv --cov - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + run: pytest -vv diff --git a/requirements-test.txt b/requirements-test.txt index ed0d0178..d10fccab 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,3 @@ pytest==7.1.2 pytest-benchmark==4.0.0 -pytest-cov==4.1.0 mypy==0.961