fix(dissertation): test coverage statement for SQLite

This commit is contained in:
Anthony Berg 2024-05-16 00:32:12 +01:00
parent 71c9d4f9f8
commit f0490aef7b
3 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ Brief overview of what it is supposed to do... % TODO
meaning that the database will run in the application, rather than running on a server, meaning that the database will run in the application, rather than running on a server,
either remotely or through local containerization through something like Docker~\cite{docker:container}, either remotely or through local containerization through something like Docker~\cite{docker:container},
which could take more time and add complexity as it means implementing additional dependencies which could take more time and add complexity as it means implementing additional dependencies
\item SQLite also has 100\%~\cite{sqlite:tests} which necessary for ensuring that the database will \item SQLite also has 100\%~\cite{sqlite:tests} test coverage which is necessary for ensuring that the database will
not cause artefacts to the results not cause artefacts to the results
\end{itemize} \end{itemize}

Binary file not shown.

View File

@ -1 +1 @@
3094 3096