mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 19:59:53 +02:00
ci: install pip and require models for coverage
This commit is contained in:
parent
b54ccf90f7
commit
7b099352c0
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -78,7 +78,7 @@ test: test/assets calamari_models
|
|||
$(PYTHON) -m pytest --continue-on-collection-errors test $(PYTEST_ARGS)
|
||||
|
||||
# Run unit tests and determine test coverage
|
||||
coverage:
|
||||
coverage: test/assets calamari_models
|
||||
coverage erase
|
||||
make test PYTHON="coverage run"
|
||||
coverage report
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue