feat: add changeset and documentation

Signed-off-by: Anton Ganhammar <ganhammar@gmail.com>
This commit is contained in:
Anton Ganhammar
2023-09-17 11:22:56 +02:00
parent edfee8ba8a
commit 4aa27aa200
2 changed files with 14 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-code-coverage-backend': patch
---
Added option to set body size limit
+9
View File
@@ -235,3 +235,12 @@ Example
]
}
```
### Configuration
Configure the plugin in your `app-config.yaml`:
```yaml
codeCoverage:
bodySizeLimit: 100kb # Defaults to 100kb, see https://www.npmjs.com/package/body-parser#limit
```