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 83dbbe8 commit 6d819fcCopy full SHA for 6d819fc
.github/workflows/test_client_advisor.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Run Backend Tests with Coverage
38
run: |
39
cd ClientAdvisor/App
40
- python -m pytest -vv --cov=. --cov-report=xml --cov-report=html --cov-report=term-missing --cov-fail-under=80 --junitxml=coverage-junit.xml
+ python -m pytest -vv --cov=.
41
- uses: actions/upload-artifact@v4
42
with:
43
name: client-advisor-coverage
0 commit comments