mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
6 lines
259 B
Text
6 lines
259 B
Text
In order to run automatic tests and know test coverage, following commands are suggested (notice that will run
|
|
ALL pre_commit_hooks tests, not only Loaderon's):
|
|
|
|
coverage erase
|
|
coverage run --source pre_commit_hooks -m pytest
|
|
coverage report --fail-under 100
|