General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
coverage:
Sign in to like and favorite skills
coverage: status: project: default: # Require overall project coverage to not decrease target: auto threshold: 0% informational: false patch: default: # Require new code in PRs to have reasonable coverage target: 50% threshold: 0% informational: false
comment: layout: 'header, diff, flags, components' behavior: default require_changes: false
ignore:
flag_management: default_rules: carryforward: true statuses: - type: project target: auto threshold: 0% - type: patch target: 50%
flags: backend: paths: - src/ carryforward: true frontend: paths: - src/app/src/ carryforward: true