Skip to content

Commit

Permalink
#105 name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 12, 2023
1 parent c339abf commit 7bbacfd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion steps/validate.sh
Expand Up @@ -47,7 +47,7 @@ test -f "${TARGET}/data/SCOM-cvc.csv"
test -d "${TARGET}/measurements/${repo}/src/main/java"
test -d "${TARGET}/temp/jpeek/all/${repo}"
test -d "${TARGET}/temp/jpeek/cvc/${repo}"
test -f "${TARGET}/temp/reports/01-delete-non-java-files.sh.tex"
test -f "${TARGET}/temp/reports/010-delete-non-java-files.sh.tex"
test -f "${TARGET}/temp/pdf-report/report.tex"
test -f "${TARGET}"/*.zip
test -f "${TARGET}/hashes.csv"
Expand Down
2 changes: 1 addition & 1 deletion steps/zip.sh
Expand Up @@ -29,7 +29,7 @@ zip=cam-$(date +%Y-%m-%d).zip

echo "Archiving the data into ${zip} (may take some time) ..."

zip -qq -x "${TARGET}/temp/*" -x "${TARGET}/measurements/*" -r "${zip}" "${TARGET}"
zip -qq -x "${TARGET}/temp/*" -r "${zip}" "${TARGET}"
mv "${zip}" "${TARGET}"

echo "ZIP archive ${zip} ($(du -k "${TARGET}/${zip}" | cut -f1) Kb) created at ${TARGET}$("${LOCAL}/help/tdiff.sh" "${start}")"
3 changes: 3 additions & 0 deletions tex/report.tex
Expand Up @@ -55,6 +55,9 @@
\iexec{find "${TARGET}/github" -name '*.java' | wc -l}\unskip{}
source files ``as is''
(\iexec{du -sh "${TARGET}/github" | cut -f1}\unskip{} total);
\item \ff{measurements/} is a supplementary collection of
files with metrics for each Java class
(\iexec{find "${TARGET}/github" -name '*.m.*' | wc -l}\unskip{} total).
\end{itemize}

There are \iexec{cat "${TARGET}/temp/list-of-metrics.tex" | wc -l}\unskip{} metrics:
Expand Down

0 comments on commit 7bbacfd

Please sign in to comment.