Update CI/CD to include coverage reporting
- Updated python-tests.yml to run tests with coverage reporting
- Added apps/coordinator-api/tests to test paths
- Added --cov options to pytest command
- This completes Phase 2.5: Update CI/CD for coverage reporting
Phase 2 Summary:
- Configured coverage reporting with 50% minimum threshold
- Added 6 router test files (blockchain, governance, marketplace, agent, payments, staking)
- Added 6 service test files (blockchain, marketplace, agent, payments, governance, staking)
- Added 2 integration test files (agent-marketplace, blockchain-payments)
- Updated CI/CD to run coverage reporting