ml-odyssey-skills
by HomericIntelligencev1.0.0
Skills migrated to ProjectMnemosyne for cross-project reuse
Install any skill with /learn
/learn @owner/skill-name 90 skills GitHub
Documentation
# ML Odyssey Description here. [](https://www.modular.com/mojo) [](LICENSE) [](tests/) [](#coverage-status) ## Features Features list. ## Getting Started Quick start guide. ## Installation Installation steps. ## Coverage Status ⚠️ **Full code coverage metrics are blocked** by [Mojo coverage tooling availability](docs/adr/ADR-008-coverage-tool-blocker.md). ### Current Workarounds - ✅ **Test Discovery Validation**: All `test_*.mojo` files verified in CI - ✅ **Test Metrics Tracking**: 122+ test files, 500+ test functions tracked - ✅ **Manual Code Review**: PR checklist requires test coverage verification - ✅ **Python Script Coverage**: 70%+ threshold for automation scripts ### When Mojo Coverage Available Expected workflow once Mojo provides coverage tooling: ```bash mojo test --coverage tests/ mojo coverage report --format=lcov > coverage.lcov ``` See [ADR-008](docs/adr/ADR-008-coverage-tool-blocker.md) for complete explanation.