We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3c805 commit f61e439Copy full SHA for f61e439
Makefile
@@ -64,9 +64,9 @@ test_ipython:
64
${PYTHON} -m unittest discover -c
65
.PHONY: test_ipython
66
67
-test_client_with_coverage:
+test_ipython_with_coverage:
68
${COVERAGE} run -pm unittest discover -cv
69
-.PHONY: test_client_with_coverage
+.PHONY: test_ipython_with_coverage
70
71
${PARALLEL_OUT_DIR} :
72
mkdir ${PARALLEL_OUT_DIR}
@@ -98,7 +98,7 @@ test_mpi_with_coverage:
98
test: test_ipython test_mpi test_engines
99
.PHONY: test
100
101
-test_with_coverage: test_client_with_coverage test_mpi_with_coverage test_engines_with_coverage
+test_with_coverage: test_ipython_with_coverage test_mpi_with_coverage test_engines_with_coverage
102
.PHONY: test_with_coverage
103
104
coverage_report:
0 commit comments