tests: drop nocov tags

This commit is contained in:
Benoit Pierre
2024-11-24 23:05:41 +01:00
committed by Frans de Jonge
parent 7188ce3bb1
commit de676292f6
5 changed files with 8 additions and 8 deletions

View File

@@ -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)" && \