Skip to content

Commit cd37bdb

Browse files
committed
Update CI workflow to ignore test_run.py during coverage analysis
- Modified the pytest command in .github/workflows/ci.yml to exclude test_run.py from coverage reports, ensuring cleaner test results.
1 parent f8b4054 commit cd37bdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
pip install -e .
2121
pip install -r requirements.txt
2222
- name: Run tests
23-
run: pytest --cov=src/deepseek_wrapper
23+
run: pytest --cov=src/deepseek_wrapper --ignore=test_run.py

0 commit comments

Comments
 (0)