From 414f54785a645f0063bca506913295a30c137b2e Mon Sep 17 00:00:00 2001 From: Matt Kwiecien Date: Wed, 21 Feb 2024 16:07:35 -0800 Subject: [PATCH] Removing integration tests from coverage report. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9409e51..22bc7ea8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: run: python -m pytest -vv --runslow --cov firecrown --cov-report xml - name: Running integration tests shell: bash -l {0} - run: python -m pytest -vv -s --integration tests/integration --cov firecrown --cov-report xml --cov-append + run: python -m pytest -vv -s --integration tests/integration - name: Upload coverage reports to Codecov if: ${{ (matrix.os == 'ubuntu') && (matrix.python-version == '3.11') }} uses: codecov/codecov-action@v4