Report coverage (#863)

This commit is contained in:
Daniel Hahler
2018-07-30 22:45:06 +02:00
committed by GitHub
parent b33392c8c8
commit 88502891ba
7 changed files with 34 additions and 5 deletions

View File

@@ -4,6 +4,9 @@ test:
test_nvim:
VSPEC_VIM=nvim pytest test_*.py
test_coverage: export PYTEST_ADDOPTS:=--cov pythonx --cov test --cov-report=term-missing:skip-covered
test_coverage: test_nvim
build:
mkdir $@