From 13c8512ceccae24d07aafe01db3c2dd4bd2a6a4c Mon Sep 17 00:00:00 2001 From: Gabriel Palma Date: Wed, 28 Aug 2024 09:03:19 +1000 Subject: [PATCH] Adjusted readme --- README.md | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 36dc7fe..24b07d3 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,5 @@ # not-again -< -```mermaid - %%{init: {'theme':'neutral'}}%% - erDiagram - TestAssembly { - uniqueidentifier TestAssemblyId PK - nvarchar512 TestAssemblyName - nvarchar32 TestRunner - } - TestRecord { - uniqueidentifier TestRecordId PK - nvarchar256 ClassName - nvarcharmax DelimitedTestArguments - nvarchar256 FullName - bigint LastHash - nvarchar256 MethodName - uniqueidentifier TestAssemblyId FK - nvarchar256 TestName - } - TestRun { - uniqueidentifier TestRunId PK - int Result - datetime2 RunDate - uniqueidentifier TestRecordId FK - bigint TotalDuration - } -TestRecord}o--||TestAssembly : "" -TestRun}o--||TestRecord : "" -``` - -p align="center"> +

@@ -87,7 +57,7 @@ sequenceDiagram Note left of My Test: Skip the test ``` - +# Domain model # Installation / usage ## Running the API