File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,20 +131,20 @@ prebuild: css workflows cogdoc ## One command for all source prep.
131131
132132_sample_cog_html : clean
133133 python -m pip install -e .
134- cd ~ /cog/trunk ; \
134+ cd ~ /cog; \
135135 rm -rf htmlcov; \
136136 PYTEST_ADDOPTS= coverage run --branch --source=cogapp -m pytest -k CogTestsInMemory; \
137137 coverage combine; \
138138 coverage html
139139
140140sample_html : _sample_cog_html # # Generate sample HTML report.
141141 rm -f doc/sample_html/* .*
142- cp -r ~ /cog/trunk/ htmlcov/ doc/sample_html/
142+ cp -r ~ /cog/htmlcov/ doc/sample_html/
143143 rm doc/sample_html/.gitignore
144144
145145sample_html_beta : _sample_cog_html # # Generate sample HTML report for a beta release.
146146 rm -f doc/sample_html_beta/* .*
147- cp -r ~ /cog/trunk/ htmlcov/ doc/sample_html_beta/
147+ cp -r ~ /cog/htmlcov/ doc/sample_html_beta/
148148 rm doc/sample_html_beta/.gitignore
149149
150150
You can’t perform that action at this time.
0 commit comments