Skip to content

Commit

Permalink
show 20 slowest durations in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Mar 9, 2023
1 parent 321a90e commit 8ab9747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8ab9747

Please sign in to comment.