From 946e50fb014ee2c5e9cdcc4435649203013bfde1 Mon Sep 17 00:00:00 2001 From: Matthew Kwiecien Date: Thu, 22 Feb 2024 09:11:34 -0800 Subject: [PATCH] Removing integration tests from coverage report. (#393) Co-authored-by: Marc Paterno --- .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