feat(graph): add Federation Graph page and enhance coverage

Adds a new Federation Graph page to display subgraphs and their 
schemas. Implements loading state and error handling. Enhances 
coverage reporting by including 'lcov' format for better insights 
into test coverage metrics.
This commit is contained in:
2025-11-22 19:49:53 +01:00
parent 535a516732
commit 5dc29141d5
10 changed files with 382 additions and 12 deletions
+8
View File
@@ -6,6 +6,10 @@
.cache
dist
# Test coverage
coverage
exported
# Node dependencies
node_modules
@@ -18,6 +22,10 @@ logs
.fleet
.idea
# Linter caches
.eslintcache
.stylelintcache
# Local env files
.env
.env.*