From 472136a2adbc42783855fa703b6cbc4862b5044e Mon Sep 17 00:00:00 2001 From: Hemang Date: Tue, 11 Feb 2025 10:29:04 +0100 Subject: [PATCH] Remove coverage for now. --- .github/workflows/tests_ci.yml | 2 +- tests/requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests_ci.yml b/.github/workflows/tests_ci.yml index e000800..fa97fb5 100644 --- a/.github/workflows/tests_ci.yml +++ b/.github/workflows/tests_ci.yml @@ -19,4 +19,4 @@ jobs: - name: Run tests env: OPENAI_API_KEY: ${{ secrets.INVARIANT_TESTING_OPENAI_KEY }} - run: ./run.sh tests -s -vv --cov=proxy --cov-report=term + run: ./run.sh tests -s -vv diff --git a/tests/requirements.txt b/tests/requirements.txt index 08b482c..b3c6589 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,6 +2,5 @@ anthropic openai pytest pytest-asyncio -pytest-cov pytest-playwright tavily-python