Skip to content

Commit c7f2b39

Browse files
✨ docs(readme): add codecov and tests badges
- Add Codecov badge linking to coverage dashboard - Add GitHub Actions Tests workflow badge - Badges appear at top of README for visibility - Shows project status at a glance 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7624a82 commit c7f2b39

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Python Odoo MCP Server
22

3+
[![codecov](https://codecov.io/gh/christopher-igweze/python-odoo-mcp/branch/main/graph/badge.svg)](https://codecov.io/gh/christopher-igweze/python-odoo-mcp)
4+
[![Tests](https://github.com/christopher-igweze/python-odoo-mcp/workflows/Tests/badge.svg)](https://github.com/christopher-igweze/python-odoo-mcp/actions)
5+
36
Multi-tenant Odoo XML-RPC MCP server with scope-based access control, connection pooling, and HTTP Stream transport.
47

58
**Repository:** https://github.com/christopher-igweze/python-odoo-mcp

0 commit comments

Comments
 (0)