Loading Makefile +2 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,8 @@ unittest: $(shell for type in ${COV_TYPES}; do echo "--cov-report=$$type"; done) \ --cov="${RANGE_SRC_DIR}" \ $(if ${MIN_COVERAGE},--cov-fail-under=${MIN_COVERAGE},) \ $(if ${WORKERS},-n ${WORKERS},) $(if ${WORKERS},-n ${WORKERS},) \ --reruns 8 --reruns-delay 2 --only-rerun '(OSError|Timeout|HTTPError.*429|HTTPError.*502|HTTPError.*504|check your connection|429 error)' docs: $(MAKE) -C "${DOC_DIR}" build Loading Loading
Makefile +2 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,8 @@ unittest: $(shell for type in ${COV_TYPES}; do echo "--cov-report=$$type"; done) \ --cov="${RANGE_SRC_DIR}" \ $(if ${MIN_COVERAGE},--cov-fail-under=${MIN_COVERAGE},) \ $(if ${WORKERS},-n ${WORKERS},) $(if ${WORKERS},-n ${WORKERS},) \ --reruns 8 --reruns-delay 2 --only-rerun '(OSError|Timeout|HTTPError.*429|HTTPError.*502|HTTPError.*504|check your connection|429 error)' docs: $(MAKE) -C "${DOC_DIR}" build Loading