Skip to content

Commit e6a6397

Browse files
update test
1 parent 44851a6 commit e6a6397

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_client_advisor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
- name: Run Backend Tests with Coverage
3838
run: |
3939
cd ClientAdvisor/App
40-
python -m pytest -vv --cov=.
40+
coverage run --source=. -m pytest --disable-warnings
41+
coverage report -m
4142
- uses: actions/upload-artifact@v4
4243
with:
4344
name: client-advisor-coverage

0 commit comments

Comments
 (0)