Skip to content

Commit d81a06a

Browse files
committed
remove coverage creation from makefile.
1 parent ba2a077 commit d81a06a

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

make_instructions.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ Available targets (i.e. $ make target):
3838

3939
pull_refs -> pull in graph_reference *master* branch
4040

41-
make_coverage -> (requires `nose` and `coverage`) run tests with coverage
42-
4341
################################################################################
4442

4543
Getting setup:

makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,3 @@ pull_chunked : submodules/chunked_requests
5959
@echo ""
6060
@echo "Pulling down updates from chunked_requests"
6161
cd submodules/chunked_requests; git pull origin master
62-
63-
run_coverage :
64-
@echo ""
65-
@echo "Running api nosetests with coverage"
66-
nosetests -w plotly/tests --with-coverage --cover-erase --cover-package plotly.plotly.plotly --cover-package plotly.graph_objs.graph_objs --cover-package plotly.graph_objs.graph_objs_tools --cover-package plotly.matplotlylib.mpltools --cover-package plotly.matplotlylib.renderer --cover-package plotly.tools --cover-package plotly.exceptions --cover-package plotly.utils --cover-package plotly.version
67-
@echo "Removing old html if it exists"
68-
if [ -d plotly/tests/coverage ]; then rm -rf plotly/tests/coverage; fi
69-
@echo "Generating html with coverage"
70-
coverage html -d plotly/tests/coverage
71-
72-

0 commit comments

Comments
 (0)