Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
AjitPadhi-Microsoft committed Nov 15, 2024
1 parent 44851a6 commit e6a6397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_client_advisor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Run Backend Tests with Coverage
run: |
cd ClientAdvisor/App
python -m pytest -vv --cov=.
coverage run --source=. -m pytest --disable-warnings
coverage report -m
- uses: actions/upload-artifact@v4
with:
name: client-advisor-coverage
Expand Down

0 comments on commit e6a6397

Please sign in to comment.