diff --git a/docs/code-coverage.md b/docs/code-coverage.md index e4bf6a797..e5a48dd6b 100644 --- a/docs/code-coverage.md +++ b/docs/code-coverage.md @@ -25,9 +25,6 @@ dotnet tool install -g dotnet-reportgenerator-globaltool ## Usage -``` -cd ./Engine -``` Create single `coverage.cobertura.xml` file by running unit tests. *Executes in ~ 7 second.* diff --git a/docs/scripts/docs-config.json b/docs/scripts/docs-config.json index 12e2f6848..ef5e00881 100644 --- a/docs/scripts/docs-config.json +++ b/docs/scripts/docs-config.json @@ -1,6 +1,6 @@ { "AssemblyFilePath": "../../src/ECS/bin/Release/net8.0/Friflo.Engine.ECS.dll", - "OutputDirectoryPath": "../../../../Friflo.Engine-docs/api", + "OutputDirectoryPath": "../../../Friflo.Engine-docs/api", "GeneratedAccessModifiers": "Public,Protected,ProtectedInternal", "IncludeUndocumentedItems": true, "FileNameFactory": "Name",