Skip to content

Commit

Permalink
adjust creation of C# API docs & code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Jul 25, 2024
1 parent 9146429 commit e502fad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions docs/code-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/docs-config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e502fad

Please sign in to comment.