Browse Source

pre-commit should use coverage now that it enforces 100%

pull/333/head
Ross McFarland 7 years ago
parent
commit
fa1162592f
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .git_hooks_pre-commit

+ 1
- 1
.git_hooks_pre-commit View File

@ -8,4 +8,4 @@ ROOT=`dirname $GIT`
. $ROOT/env/bin/activate
$ROOT/script/lint
$ROOT/script/test
$ROOT/script/coverage

Loading…
Cancel
Save