Skip to content

Commit 7e654e2

Browse files
just test, no coverage
1 parent 2144a38 commit 7e654e2

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,5 @@ jobs:
2626
python -m pip install --upgrade pip
2727
pip install -e ".[dev]"
2828
29-
- name: Run tests with coverage
30-
run: |
31-
pytest --cov=cerebras_agent --cov-report=xml
32-
33-
- name: Upload coverage to Codecov
34-
uses: codecov/codecov-action@v3
35-
with:
36-
file: ./coverage.xml
37-
fail_ci_if_error: true
29+
- name: Run tests
30+
run: pytest

0 commit comments

Comments
 (0)