cangjie-cjcov

Generates Cangjie code coverage reports in HTML, XML, and JSON formats using cjcov tool.

1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/SunriseSummer/CangjieDocValidator --skill cangjie-cjcov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cangjie-cjcov
Source: https://github.com/SunriseSummer/CangjieDocValidator/tree/main/.github/skills/cjcov
Command: npx skills add https://github.com/SunriseSummer/CangjieDocValidator --skill cangjie-cjcov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers understand the execution coverage of their Cangjie programs, identifying which lines and branches of code are exercised during testing.

Core Features & Use Cases

  • Code Coverage Generation: Produces detailed coverage reports in HTML, XML, and JSON formats.
  • Branch Coverage: Supports experimental branch coverage analysis for deeper insights.
  • Filtering: Allows inclusion and exclusion of specific files or directories from the coverage report.
  • Use Case: After running your test suite for a Cangjie application, use this Skill to generate an HTML report that visually highlights untested code sections, guiding you on where to add more tests.

Quick Start

Use the cangjie-cjcov skill to generate a detailed HTML coverage report for your project.

Frequently Asked Questions about cangjie-cjcov

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Cangjie code coverage report?

You can generate a Cangjie code coverage report using the cjcov tool, which supports HTML, XML, and JSON output formats to highlight tested and untested code sections.

Does the Cangjie coverage tool support branch coverage analysis?

Yes, the cjcov tool supports experimental branch coverage analysis, allowing you to gain deeper insights into which code branches are exercised during testing.

How do I exclude specific files from my Cangjie code coverage report?

The cjcov tool allows you to include or exclude specific files and directories from your code coverage report, helping you focus on relevant parts of your Cangjie application.

Can I integrate code coverage reporting with my cjpm project?

Yes, the cangjie-cjcov skill supports integration with cjpm projects, enabling you to generate detailed coverage reports within your existing Cangjie project workflow.

What output formats are available for Cangjie code coverage reports?

Cangjie code coverage reports can be generated in HTML, XML, and JSON formats, providing options for visual review or automated processing of your test suite results.