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