We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44851a6 commit e6a6397Copy full SHA for e6a6397
.github/workflows/test_client_advisor.yml
@@ -37,7 +37,8 @@ jobs:
37
- name: Run Backend Tests with Coverage
38
run: |
39
cd ClientAdvisor/App
40
- python -m pytest -vv --cov=.
+ coverage run --source=. -m pytest --disable-warnings
41
+ coverage report -m
42
- uses: actions/upload-artifact@v4
43
with:
44
name: client-advisor-coverage
0 commit comments