Skip to content

Commit 9129241

Browse files
authored
Merge pull request #313 from input-output-hk/remove-prochpc
not needed anymore: hpc to LaTeX processing
2 parents f82f4e5 + fc7f59e commit 9129241

File tree

9 files changed

+1
-189
lines changed

9 files changed

+1
-189
lines changed

docs/IOHK-Monitoring.pdf

559 Bytes
Binary file not shown.

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ImagePdf = OverviewModules.pdf SetupProcedure.pdf ConfigurationModel.pdf ConfigE
6161

6262
all: $(DOC).pdf
6363

64-
$(DOC).tex: $(SOURCES) $(TESTS) $(EXAMPLES) $(TeXs) test-coverage.tex references.fmt
64+
$(DOC).tex: $(SOURCES) $(TESTS) $(EXAMPLES) $(TeXs) references.fmt
6565
lhs2TeX -v -o $(DOC).tex Code.lhs
6666

6767
$(DOC).pdf: $(DOC).tex $(ImagePdf)

docs/prochpc/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/prochpc/ProcHPC.hs

Lines changed: 0 additions & 62 deletions
This file was deleted.

docs/prochpc/README.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/prochpc/cabal.project

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/prochpc/prochpc.cabal

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/test-coverage.tex

Lines changed: 0 additions & 37 deletions
This file was deleted.

iohk-monitoring/test/Test.lhs

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,4 @@
11

2-
\section{Test coverage}
3-
4-
Test coverage is calculated as the fraction of functions which are called from test routines.
5-
This percentage is calculated by the tool |hpc| with a call to
6-
\begin{verbatim}cabal new-test\end{verbatim}
7-
Add to a local \tt{cabal.project.local} file these lines:
8-
\newline
9-
\begin{tabular}{l r}
10-
tests: & True \\
11-
coverage: & True \\
12-
library-coverage: & True \\
13-
\end{tabular}
14-
15-
\begin{figure}[htp]
16-
\centering{
17-
\input{test-coverage.tex}
18-
}
19-
\caption{Test coverage of modules in percent as computed by the tool 'hpc'}\label{fig:coverage}
20-
\end{figure}
21-
22-
232
\section{Test main entry point}
243

254
\begin{code}

0 commit comments

Comments
 (0)