Skip to content

Commit

Permalink
Move coverage to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Aug 14, 2023
1 parent 528a7d3 commit a863ef2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ commands = mypy \
tests/typing/flask.py


[testenv:coverage-report]
description = Report coverage over all test runs.
deps = coverage[toml]>=5.0.2
skip_install = true
commands =
coverage combine
coverage report


[testenv:pre-commit]
description = Run all pre-commit hooks.
skip_install = true
Expand Down Expand Up @@ -72,15 +81,6 @@ commands_pre =
commands = pyright tests/typing src


[testenv:coverage-report]
description = Report coverage over all test runs.
deps = coverage[toml]>=5.0.2
skip_install = true
commands =
coverage combine
coverage report


[testenv:docs]
# Keep base_python in sync with ci.yml/docs and .readthedocs.yaml.
base_python = py311
Expand Down

0 comments on commit a863ef2

Please sign in to comment.