Skip to content

Commit

Permalink
Update coverage report format in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaeske committed Dec 28, 2023
1 parent 90d8226 commit 102fd29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
pip install tox
- name: Run tests with tox
run: tox -e py${{ matrix.python-version }} -- --cov=django_i18n_lint --cov-report html
run: tox -e py${{ matrix.python-version }} -- --cov=django_i18n_lint --cov-report=xml

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 102fd29

Please sign in to comment.