mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 20:16:53 +00:00
Disabling coveralls reporting until we set this up.
This commit is contained in:
parent
b806ebed80
commit
6377a49753
2 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ matrix:
|
||||||
- env: TOXENV=py36
|
- env: TOXENV=py36
|
||||||
python: 3.6
|
python: 3.6
|
||||||
- env: TOXENV=pypy
|
- env: TOXENV=pypy
|
||||||
install: pip install coveralls tox
|
#install: pip install coveralls tox
|
||||||
script: tox
|
script: tox
|
||||||
before_install:
|
before_install:
|
||||||
# Install git-lfs for a test
|
# Install git-lfs for a test
|
||||||
|
|
|
||||||
6
tox.ini
6
tox.ini
|
|
@ -12,9 +12,9 @@ setenv =
|
||||||
GIT_AUTHOR_EMAIL = "test@example.com"
|
GIT_AUTHOR_EMAIL = "test@example.com"
|
||||||
GIT_COMMITTER_EMAIL = "test@example.com"
|
GIT_COMMITTER_EMAIL = "test@example.com"
|
||||||
commands =
|
commands =
|
||||||
coverage erase
|
# coverage erase
|
||||||
coverage run -m pytest {posargs:tests}
|
# coverage run -m pytest {posargs:tests}
|
||||||
coverage report --show-missing --fail-under 100
|
# coverage report --show-missing --fail-under 100
|
||||||
pre-commit install -f --install-hooks
|
pre-commit install -f --install-hooks
|
||||||
pre-commit run --all-files
|
pre-commit run --all-files
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue