Merge pull request #23400 from swnia/patch-3

README references wrong plugin
This commit is contained in:
Fredrik Adelöw
2024-03-12 13:34:45 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ The code coverage backend plugin has support for the [new backend system](https:
In your `packages/backend/src/index.ts` make the following changes:
```diff
+ backend.add(import('@backstage/plugin-explore-backend'));
+ backend.add(import('@backstage/plugin-code-coverage-backend'));
```
## Configuring your entity