Skip to content

Commit

Permalink
removed backend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmanpreet Kaur committed Sep 17, 2024
1 parent 1ce964c commit 5786895
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,7 @@ jobs:
cd ClientAdvisor/App
python -m pip install -r requirements.txt
python -m pip install coverage pytest-cov
- name: Run Backend Tests with Coverage
run: |
cd ClientAdvisor/App
python -m pytest --cov=app --cov-report=xml --cov-report=html --junitxml=coverage-junit.xml
- uses: actions/upload-artifact@v4
with:
name: client-advisor-coverage
path: |
ClientAdvisor/coverage.xml
ClientAdvisor/coverage-junit.xml
ClientAdvisor/htmlcov/
- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -72,17 +62,7 @@ jobs:
cd ResearchAssistant/App
python -m pip install -r requirements.txt
python -m pip install coverage pytest-cov
- name: Run Backend Tests with Coverage
run: |
cd ResearchAssistant/App
python -m pytest --cov=app --cov-report=xml --cov-report=html --junitxml=coverage-junit.xml
- uses: actions/upload-artifact@v4
with:
name: research-assistant-coverage
path: |
ResearchAssistant/App/coverage.xml
ResearchAssistant/App/coverage-junit.xml
ResearchAssistant/App/htmlcov/
- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 5786895

Please sign in to comment.