Skip to content

Commit

Permalink
fix: Code Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
balaji305 committed Nov 2, 2024
1 parent eed9878 commit 15aa669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
cd ./backend
pwd
pytest --cov --cov-report=xml:./backend/coverage.xml
pytest --cov --cov-report=xml:coverage.xml
- name: Upload coverage to Codecov
if: always()
Expand Down

0 comments on commit 15aa669

Please sign in to comment.