From 90a44c97ec9ff6dca0a97f18392334f9eecdcde3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20I=2E=20O=2E?= <30682875+jio-gl@users.noreply.github.com> Date: Thu, 22 May 2025 08:15:49 -0700 Subject: [PATCH] no coverage in test --- .github/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4900251..5c4c1c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,12 +26,8 @@ jobs: python -m pip install --upgrade pip pip install -e ".[dev]" - - name: Run tests with coverage - run: | - pytest --cov=cerebras_agent --cov-report=xml - - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: file: ./coverage.xml - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: true