Ver Fonte

HUE-4556 [core] Fix coverage failure due to missing source files

Jenny Kim há 9 anos atrás
pai
commit
dcf56cb
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -299,7 +299,7 @@ test: java-test
 
 test-slow: java-test
 	DESKTOP_DEBUG=1 $(ENV_PYTHON) $(BLD_DIR_BIN)/hue test all --with-xunit --with-cover
-	$(BLD_DIR_BIN)/coverage xml
+	$(BLD_DIR_BIN)/coverage xml -i
 
 start-dev:
 	DESKTOP_DEBUG=1 $(ENV_PYTHON) $(BLD_DIR_BIN)/hue runserver_plus