Skip to main content
Glama
coverage.sh420 B
#!/bin/bash echo "🔍 Running comprehensive coverage analysis..." # Try multiple coverage approaches echo "📊 Attempting c8 coverage..." if command -v c8 &> /dev/null; then c8 --reporter=text --reporter=html --reporter=json npm test 2>/dev/null || echo "c8 failed, trying alternatives" fi echo "📊 Generating coverage report..." node scripts/generate-coverage-report.cjs echo "✅ Coverage analysis complete!"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/docdyhr/mcp-wordpress'

If you have feedback or need assistance with the MCP directory API, please join our Discord server