mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
show 20 slowest durations in CI
This commit is contained in:
parent
321a90e0a1
commit
8ab9747b33
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -6,7 +6,7 @@ deps = -rrequirements-dev.txt
|
|||
passenv = *
|
||||
commands =
|
||||
coverage erase
|
||||
coverage run -m pytest {posargs:tests} --ignore=tests/languages
|
||||
coverage run -m pytest {posargs:tests} --ignore=tests/languages --durations=20
|
||||
coverage report --omit=pre_commit/languages/*,tests/languages/*
|
||||
|
||||
[testenv:pre-commit]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue