Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/IOHK-Monitoring.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ImagePdf = OverviewModules.pdf SetupProcedure.pdf ConfigurationModel.pdf ConfigE

all: $(DOC).pdf

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

$(DOC).pdf: $(DOC).tex $(ImagePdf)
Expand Down
21 changes: 0 additions & 21 deletions docs/prochpc/LICENSE

This file was deleted.

62 changes: 0 additions & 62 deletions docs/prochpc/ProcHPC.hs

This file was deleted.

20 changes: 0 additions & 20 deletions docs/prochpc/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/prochpc/cabal.project

This file was deleted.

25 changes: 0 additions & 25 deletions docs/prochpc/prochpc.cabal

This file was deleted.

37 changes: 0 additions & 37 deletions docs/test-coverage.tex

This file was deleted.

21 changes: 0 additions & 21 deletions iohk-monitoring/test/Test.lhs
Original file line number Diff line number Diff line change
@@ -1,25 +1,4 @@

\section{Test coverage}

Test coverage is calculated as the fraction of functions which are called from test routines.
This percentage is calculated by the tool |hpc| with a call to
\begin{verbatim}cabal new-test\end{verbatim}
Add to a local \tt{cabal.project.local} file these lines:
\newline
\begin{tabular}{l r}
tests: & True \\
coverage: & True \\
library-coverage: & True \\
\end{tabular}

\begin{figure}[htp]
\centering{
\input{test-coverage.tex}
}
\caption{Test coverage of modules in percent as computed by the tool 'hpc'}\label{fig:coverage}
\end{figure}


\section{Test main entry point}

\begin{code}
Expand Down