mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Merge pull request #4 from CalthorpeAnalytics/disable-coveralls
Disable coveralls reporting
This commit is contained in:
commit
61d0735ca8
3 changed files with 6 additions and 5 deletions
|
|
@ -8,7 +8,8 @@ matrix:
|
|||
- env: TOXENV=py36
|
||||
python: 3.6
|
||||
- env: TOXENV=pypy
|
||||
install: pip install coveralls tox
|
||||
#install: pip install coveralls tox
|
||||
install: pip install tox
|
||||
script: tox
|
||||
before_install:
|
||||
# Install git-lfs for a test
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[](https://travis-ci.org/pre-commit/pre-commit-hooks)
|
||||
[](https://travis-ci.org/CalthorpeAnalytics/pre-commit-hooks)
|
||||
[](https://coveralls.io/github/pre-commit/pre-commit-hooks?branch=master)
|
||||
[](https://ci.appveyor.com/project/asottile/pre-commit-hooks/branch/master)
|
||||
|
||||
|
|
|
|||
6
tox.ini
6
tox.ini
|
|
@ -12,9 +12,9 @@ setenv =
|
|||
GIT_AUTHOR_EMAIL = "test@example.com"
|
||||
GIT_COMMITTER_EMAIL = "test@example.com"
|
||||
commands =
|
||||
coverage erase
|
||||
coverage run -m pytest {posargs:tests}
|
||||
coverage report --show-missing --fail-under 100
|
||||
# coverage erase
|
||||
# coverage run -m pytest {posargs:tests}
|
||||
# coverage report --show-missing --fail-under 100
|
||||
pre-commit install -f --install-hooks
|
||||
pre-commit run --all-files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue