mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
tests: drop nocov tags
This commit is contained in:
committed by
Frans de Jonge
parent
7188ce3bb1
commit
de676292f6
@@ -47,7 +47,7 @@ coverage: coverage-summary
|
||||
coverage-run: all test-data $(INSTALL_DIR)/koreader/.luacov
|
||||
rm -f $(addprefix $(INSTALL_DIR)/koreader/,$(COVERAGE_STATS) $(COVERAGE_REPORT))
|
||||
# Run tests.
|
||||
$(RUNTESTS) $(INSTALL_DIR)/koreader front --coverage $(if $(filter undefined,$(flavor T)),--tags=!nocov,$T)
|
||||
$(RUNTESTS) $(INSTALL_DIR)/koreader front --coverage $T
|
||||
# Aggregate statistics.
|
||||
cd $(INSTALL_DIR)/koreader && \
|
||||
eval "$$($(LUAROCKS_BINARY) path)" && \
|
||||
|
||||
Reference in New Issue
Block a user