Skip to content

Commit

Permalink
Changed coverage format
Browse files Browse the repository at this point in the history
  • Loading branch information
riadelimemmedov committed Feb 3, 2024
1 parent bdc91b1 commit 449bb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: poetry run manage.py test apps

- name: Run tests with pytest
run: poetry run pytest --cov=./ --cov-report=html
run: poetry run pytest --cov=./ --cov-report=xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 449bb31

Please sign in to comment.