スキル一覧に戻る
sachitv

coverage

by sachitv

TypeScript library for Apache Avro (https://avro.apache.org/)

1🍴 0📅 2026年1月10日
GitHubで見るManusで実行

SKILL.md


name: coverage description: Collect and enforce code coverage using Deno license: MIT compatibility: opencode metadata: workflow: deno

What I do

  • Run deno task coverage to collect coverage data for the codebase
  • Can also collect coverage for a specific file using deno task coverage <filename>
  • Use deno task coverage:check to enforce coverage thresholds defined in .denocoveragerc
  • Use deno task serve:coverage to serve an HTML coverage report in the browser

When to use me

Use this when you want to measure or verify test coverage:

  • After adding new tests
  • Before submitting a pull request (coverage must meet 100% thresholds)
  • When debugging which areas of the code are under-tested
  • To inspect coverage gaps interactively

Notes

  • Coverage thresholds are defined in .denocoveragerc (100% for lines, branches, and functions)
  • Every test change must be accompanied by coverage that satisfies these thresholds
  • The HTML report is helpful for visualizing failing areas in complex serialization paths

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です