Merge pull request #15393 from backstage/freben/coverage

minor improvements to the coverage backend
This commit is contained in:
Fredrik Adelöw
2022-12-23 10:01:36 +01:00
committed by GitHub
7 changed files with 43 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-code-coverage-backend': patch
---
`RouterOptions` now accepts an optional `catalogApi` argument, allowing custom catalog clients to be used. This is leveraged in the local standalone development runner to pass in a catalog client that returns fake data.