Explorar o código

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

Jenny Kim %!s(int64=9) %!d(string=hai) anos
pai
achega
dcf56cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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