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 4a36e01 commit eed9878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
run: |
cd ./backend
pwd
pytest --cov --cov-report=xml
pytest --cov --cov-report=xml:./backend/coverage.xml
- name: Upload coverage to Codecov
if: always()
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
files: ./backend/coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: false
Expand Down

0 comments on commit eed9878

Please sign in to comment.