File tree 1 file changed +3
-3
lines changed
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.
131
131
132
132
_sample_cog_html : clean
133
133
python -m pip install -e .
134
- cd ~ /cog/trunk ; \
134
+ cd ~ /cog; \
135
135
rm -rf htmlcov; \
136
136
PYTEST_ADDOPTS= coverage run --branch --source=cogapp -m pytest -k CogTestsInMemory; \
137
137
coverage combine; \
138
138
coverage html
139
139
140
140
sample_html : _sample_cog_html # # Generate sample HTML report.
141
141
rm -f doc/sample_html/* .*
142
- cp -r ~ /cog/trunk/ htmlcov/ doc/sample_html/
142
+ cp -r ~ /cog/htmlcov/ doc/sample_html/
143
143
rm doc/sample_html/.gitignore
144
144
145
145
sample_html_beta : _sample_cog_html # # Generate sample HTML report for a beta release.
146
146
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/
148
148
rm doc/sample_html_beta/.gitignore
149
149
150
150
You can’t perform that action at this time.
0 commit comments