소스 검색

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

Jenny Kim 9 년 전
부모
커밋
dcf56cb72a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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