Skip to content

Commit 152890c

Browse files
committed
build: cog moved
1 parent 65dcfc2 commit 152890c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Makefile

+3-3
Original file line numberDiff line numberDiff 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

140140
sample_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

145145
sample_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

0 commit comments

Comments
 (0)