Skip to content

Commit 6d819fc

Browse files
update test
1 parent 83dbbe8 commit 6d819fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_client_advisor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run Backend Tests with Coverage
3838
run: |
3939
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
40+
python -m pytest -vv --cov=.
4141
- uses: actions/upload-artifact@v4
4242
with:
4343
name: client-advisor-coverage

0 commit comments

Comments
 (0)