From bb20d683815c6c162169ddd49570cd593734b0de Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Wed, 5 Jun 2024 13:49:56 -0400 Subject: [PATCH] fix: testing --- .github/workflows/ci.yml | 8 -------- .github/workflows/code_coverage_fork.yaml | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 101dab0c..7e64688e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,11 +46,3 @@ jobs: env: TOXENV: ${{ matrix.toxenv }} run: tox - - - name: Run Coverage - if: matrix.python-version == '3.8' && matrix.toxenv=='django42' - uses: codecov/codecov-action@v4 - with: - flags: unittests - fail_ci_if_error: false - token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/code_coverage_fork.yaml b/.github/workflows/code_coverage_fork.yaml index bf446a01..5a7ffb00 100644 --- a/.github/workflows/code_coverage_fork.yaml +++ b/.github/workflows/code_coverage_fork.yaml @@ -2,6 +2,7 @@ name: Code Coverage Fork on: - pull_request_target + - pull_request jobs: run_tests: