Skip to content

Commit

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

- name: List files
run: ls -la
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ deps =
pytest
pytest-cov
commands =
{envpython} -m pytest tests.py -v -s --cov=django_i18n_lint --cov-report html
{envpython} -m pytest tests.py -v -s --cov=django_i18n_lint --cov-report=xml

0 comments on commit 9e6fd51

Please sign in to comment.