Skip to content

chore: add missing codecov.yml #144

Description

@iamnewton

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

  • codecov.yml present at repo root with appropriate project targets

Metadata

Metadata

Assignees

No one assigned

    Labels

    releasedIncluded in a release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions