duroxide-code-coverage Skill
Measure and improve code coverage in the Duroxide durable execution runtime. Use when asked about coverage, testing coverage, running llvm-cov, or improving test coverage percentages. Published by microsoft in duroxide.
What is duroxide-code-coverage Skill?
Measure and improve code coverage in the Duroxide durable execution runtime. Use when asked about coverage, testing coverage, running llvm-cov, or improving test coverage percentages. Published by microsoft in duroxide. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Testing
- Browser automation use cases
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use duroxide-code-coverage Skill
- Use it for browser automation.
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/duroxide
- Skill file: .github/skills/duroxide-code-coverage/SKILL.md
What it does
Measure and improve code coverage in the Duroxide durable execution runtime. Use when asked about coverage, testing coverage, running llvm-cov, or improving test coverage percentages.
Skill instructions
Duroxide Code Coverage Guidance for measuring and improving code coverage in the Duroxide codebase. Quick Commands bash Summary (recommended for quick checks) cargo llvm-cov nextest -p duroxide --all-features --summary-only Detailed per-file report cargo llvm-cov nextest -p duroxide --all-features HTML report (opens in browser) cargo llvm-cov nextest -p duroxide --all-features --html --open Install llvm-cov if needed cargo install cargo-llvm-cov Coverage Targets | Metric | Target | Notes | |--------|--------|-------| | Lines | 90% | Primary metric | | Regions | 85% | Branch coverage | | Functions | 80% | Often lower due to unused helpers | Priority Files When coverage drops, focus on these files: 1. src/providers/error.rs - Target 100%, error classification 2. src/runtime/observability.rs - Target 90%, metrics correctness 3. src/providers/sqlite.rs - Target 85%, reference implementation 4. src/providers/instrumented.rs - Target 75%, observability wrapper 5. src/providers/management.rs
Explore related resources
Frequently asked questions
What is duroxide-code-coverage?
duroxide-code-coverage is a open-source AI agent skill with Copy skill directory. Measure and improve code coverage in the Duroxide durable execution runtime. Use when asked about coverage, testing coverage, running llvm-cov, or improving test coverage percentages.
Who is duroxide-code-coverage best for?
duroxide-code-coverage is best for reusing agent instructions, scripts, and references, browser automation workflows, testing workflows.
How do I install duroxide-code-coverage?
Install or run duroxide-code-coverage using Copy skill directory. Check duroxide-code-coverage for the latest setup command.
Is duroxide-code-coverage actively maintained?
duroxide-code-coverage may need a closer maintenance check before production use.
Auto-fetched from GitHub.