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:
@@ -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.*
|
||||
|
||||
Reference in New Issue
Block a user