Skip to content

Commit

Permalink
#158 multimetric 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 4, 2024
1 parent 51cde87 commit c087a6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
@@ -1,6 +1,5 @@
javalang==0.13.0
pygments==2.17.2
flake8==7.0.0
pylint==3.0.3
multimetric==2.1.0
multimetric==2.2.0
chardet==5.2.0
2 changes: 1 addition & 1 deletion tests/metrics/test-multimetric.sh
Expand Up @@ -52,7 +52,7 @@ EOT
grep "hsd 6" "${temp}/stdout"
grep "hse 1133.218" "${temp}/stdout"
grep "hsv 188.87" "${temp}/stdout"
grep "midx 100" "${temp}/stdout"
grep "midx 103.261" "${temp}/stdout"
grep "fout 2" "${temp}/stdout"
} > "${stdout}" 2>&1
echo "👍🏻 Correctly counted a few metrics"
8 changes: 4 additions & 4 deletions tex/report.tex
Expand Up @@ -24,10 +24,10 @@
\renewcommand*\theauthor{yegor256/cam}
\renewcommand*\thetitle{CaM: Classes and Metrics}
\usepackage[utf8]{inputenc}
\usepackage{iexec}
\usepackage{href-ul}
\usepackage{ffcode}
\usepackage{tabularx} % for special tables
\usepackage{iexec} % for \iexec command
\usepackage{href-ul} % for \href command
\usepackage{ffcode} % for \ff command
\usepackage{tabularx} % for special "tabularx" tables
\begin{document}

\maketitle
Expand Down

0 comments on commit c087a6e

Please sign in to comment.