Skip to content

Commit 90a44c9

Browse files
no coverage in test
1 parent 2144a38 commit 90a44c9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@ 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-
3329
- name: Upload coverage to Codecov
3430
uses: codecov/codecov-action@v3
3531
with:
3632
file: ./coverage.xml
37-
fail_ci_if_error: true
33+
fail_ci_if_error: true

0 commit comments

Comments
 (0)