Skip to content

Commit

Permalink
Merge pull request #2805 from pre-commit/durations
Browse files Browse the repository at this point in the history
show 20 slowest durations in CI
  • Loading branch information
asottile committed Mar 9, 2023
2 parents 321a90e + 8ab9747 commit 02e9680
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 02e9680

Please sign in to comment.