Skip to content

Commit

Permalink
Update main.yaml coverage format to xml
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriiTarasov authored May 22, 2024
1 parent 478a6fc commit c7eb5f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
pip install pytest pytest-cov
- name: Run pytest-cov
shell: bash -l {0}
run: pytest . --cov --disable-pytest-warnings
run: pytest . --cov --cov-report=xml --disable-pytest-warnings
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml

0 comments on commit c7eb5f3

Please sign in to comment.