Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

pytest-coverage

porgithub·github· v1.0.0 · atualizado em 2026-04-10
83
Score

Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%.

pytestcoveragepythontestingcode-coveragetest-driven-developmentquality-assurance
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdpytest-coverage/workflow
1. Run pytest with coverage using the command: `pytest --cov --cov-report=annotate:cov_annotate`.
2. If targeting a specific module, use: `pytest --cov=your_module_name --cov-report=annotate:cov_annotate`.
3. Open the `cov_annotate` directory to view annotated source code files.
4. Identify files with less than 100% coverage.
5. Examine files for lines starting with `!` indicating missing test coverage.
6. Write new tests or modify existing ones to cover the uncovered lines.
7. Repeat steps 1-6 until 100% coverage is achieved.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aAPI Test Generator
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
88
Similar aTest Data Generator
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aAutoresearch: Autonomous Iterative Experimentation
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Co-executedTest Data Generator
49%
Hebbian Synapse
Composite0.488
w = 0.3·α + 0.5·β + 0.2·γ
83

Árvore do Skill

pytest-coverage
pytest-coverage
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.EVALUATE
5.RECOMMEND
6.REFLECT
Triggers8
run pytest with coveragegenerate coverage reportcheck code coverageincrease test coveragefind lines missing coverageachieve 100% coverageanalyze coverage reportrun pytest coverage

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança49%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download pytest-coverage
$ synaptic skills detail pytest-coverage
$ synaptic skills live pytest-coverage

Dependências

pytestpytest-cov

Links

GitHub Repository