Summary
node-template is the only non-monorepo template that ships without a codecov.yml. Every comparable template (react-template, nextjs-template, cli-template, etc.) includes one to configure per-project coverage targets and PR comment layout.
What's missing
codecov.yml at the repository root.
Reference
Copy react-template/codecov.yml and adjust the project target names to match whatever coverage is reported by node-template's test suite (likely a single unnamed project). The standard config:
coverage:
status:
default_rules:
flag_coverage_not_uploaded_behavior: exclude
project:
default:
target: auto
threshold: 1%
comment:
layout: "reach, diff, flags, files"
behavior: default
Acceptance criteria
Summary
node-templateis the only non-monorepo template that ships without acodecov.yml. Every comparable template (react-template,nextjs-template,cli-template, etc.) includes one to configure per-project coverage targets and PR comment layout.What's missing
codecov.ymlat the repository root.Reference
Copy
react-template/codecov.ymland adjust the project target names to match whatever coverage is reported bynode-template's test suite (likely a single unnamed project). The standard config:Acceptance criteria
codecov.ymlpresent at repo root with appropriate project targets