File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,6 @@ Available targets (i.e. $ make target):
38
38
39
39
pull_refs -> pull in graph_reference *master* branch
40
40
41
- make_coverage -> (requires `nose` and `coverage`) run tests with coverage
42
-
43
41
################################################################################
44
42
45
43
Getting setup:
Original file line number Diff line number Diff line change @@ -59,14 +59,3 @@ pull_chunked : submodules/chunked_requests
59
59
@echo " "
60
60
@echo " Pulling down updates from chunked_requests"
61
61
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
-
You can’t perform that action at this time.
0 commit comments