feat: add changeset and documentation
Signed-off-by: Anton Ganhammar <ganhammar@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-code-coverage-backend': patch
|
||||
---
|
||||
|
||||
Added option to set body size limit
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user