Skip to content

Commit a4db436

Browse files
build: add codecov.yml (#565)
## PR Checklist - [x] Addresses an existing open issue: fixes #564 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Adds a [`codecov.yml` config file](https://docs.codecov.com/docs/codecov-yaml) with settings from https://docs.codecov.com/docs/notifications#preventing-notifications-until-after-n-builds.
1 parent 4adab2f commit a4db436

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

codecov.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
codecov:
2+
notify:
3+
after_n_builds: 3
4+
comment:
5+
after_n_builds: 3

src/hydrate/steps/clearUnnecessaryFiles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const globPaths = [
1212
".npmignore",
1313
"CODE_OF_CONDUCT.md",
1414
"CONTRIBUTING.md",
15+
"codecov.yml",
1516
"DEVELOPMENT.md",
1617
"dist",
1718
"lib",

0 commit comments

Comments
 (0)