Skip to content

Commit

Permalink
Add pytest-cov to dependencies and enable code coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaeske committed Dec 28, 2023
1 parent 84ec7dd commit 88e2c06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
envlist = py38, py39, py310, py311

[testenv]
deps = pytest
deps =
pytest
pytest-cov
commands =
{envpython} -m pytest tests.py -v -s
{envpython} -m pytest tests.py -v -s --cov=django_i18n_lint --cov-report html

0 comments on commit 88e2c06

Please sign in to comment.