Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavya180301 authored Nov 27, 2023
1 parent ecd9588 commit eb62570
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest-cov
- name: Test with pytest
run: |
python3 -m pytest
python3 -m pytest --cov=./ --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit eb62570

Please sign in to comment.