@@ -42,7 +42,7 @@ const options = {
42
42
excludeReleases : undefined ,
43
43
excludeRenovate : undefined ,
44
44
excludeTests : undefined ,
45
- funding : undefined ,
45
+ funding : "TestFunding" ,
46
46
owner : "TestOwner" ,
47
47
repository : "test-repository" ,
48
48
skipGitHubApi : false ,
@@ -74,18 +74,21 @@ describe("writeReadme", () => {
74
74
<img alt=\\"All Contributors: 2\\" src=\\"https://img.shields.io/badge/all_contributors-17-21bb42.svg\\" />
75
75
<!-- ALL-CONTRIBUTORS-BADGE:END -->
76
76
<!-- prettier-ignore-end -->
77
- </a>
78
- <a href=\\"https://codecov.io/gh/TestOwner/test-repository\\" target=\\"_blank\\">
79
- <img alt=\\"Codecov Test Coverage\\" src=\\"https://codecov.io/gh/TestOwner/test-repository/branch/main/graph/badge.svg\\"/>
80
- </a>
81
- <a href=\\"https://github.com/TestOwner/test-repository/blob/main/.github/CODE_OF_CONDUCT.md\\" target=\\"_blank\\">
82
- <img alt=\\"Contributor Covenant\\" src=\\"https://img.shields.io/badge/code_of_conduct-enforced-21bb42\\" />
83
- </a>
84
- <a href=\\"https://github.com/TestOwner/test-repository/blob/main/LICENSE.md\\" target=\\"_blank\\">
85
- <img alt=\\"License: MIT\\" src=\\"https://img.shields.io/github/license/TestOwner/test-repository?color=21bb42\\">
86
- </a>
87
- <img alt=\\"Style: Prettier\\" src=\\"https://img.shields.io/badge/style-prettier-21bb42.svg\\" />
88
- <img alt=\\"TypeScript: Strict\\" src=\\"https://img.shields.io/badge/typescript-strict-21bb42.svg\\" />
77
+ </a>
78
+ <a href=\\"https://codecov.io/gh/TestOwner/test-repository\\" target=\\"_blank\\">
79
+ <img alt=\\"Codecov Test Coverage\\" src=\\"https://codecov.io/gh/TestOwner/test-repository/branch/main/graph/badge.svg\\"/>
80
+ </a>
81
+ <a href=\\"https://github.com/TestOwner/test-repository/blob/main/.github/CODE_OF_CONDUCT.md\\" target=\\"_blank\\">
82
+ <img alt=\\"Contributor Covenant\\" src=\\"https://img.shields.io/badge/code_of_conduct-enforced-21bb42\\" />
83
+ </a>
84
+ <a href=\\"https://github.com/TestOwner/test-repository/blob/main/LICENSE.md\\" target=\\"_blank\\">
85
+ <img alt=\\"License: MIT\\" src=\\"https://img.shields.io/github/license/TestOwner/test-repository?color=21bb42\\">
86
+ </a>
87
+ <a href=\\"https://github.com/sponsors/TestFunding\\" target=\\"_blank\\">
88
+ <img alt=\\"Sponsor: On GitHub\\" src=\\"https://img.shields.io/badge/sponsor-on_github-21bb42.svg\\" />
89
+ </a>
90
+ <img alt=\\"Style: Prettier\\" src=\\"https://img.shields.io/badge/style-prettier-21bb42.svg\\" />
91
+ <img alt=\\"TypeScript: Strict\\" src=\\"https://img.shields.io/badge/typescript-strict-21bb42.svg\\" />
89
92
</p>
90
93
91
94
## Contributors
@@ -131,18 +134,21 @@ describe("writeReadme", () => {
131
134
<img alt=\\"All Contributors: 2\\" src=\\"https://img.shields.io/badge/all_contributors-17-21bb42.svg\\" />
132
135
<!-- ALL-CONTRIBUTORS-BADGE:END -->
133
136
<!-- prettier-ignore-end -->
134
- </a>
135
- <a href=\\"https://codecov.io/gh/TestOwner/test-repository\\" target=\\"_blank\\">
136
- <img alt=\\"Codecov Test Coverage\\" src=\\"https://codecov.io/gh/TestOwner/test-repository/branch/main/graph/badge.svg\\"/>
137
- </a>
138
- <a href=\\"https://github.com/TestOwner/test-repository/blob/main/.github/CODE_OF_CONDUCT.md\\" target=\\"_blank\\">
139
- <img alt=\\"Contributor Covenant\\" src=\\"https://img.shields.io/badge/code_of_conduct-enforced-21bb42\\" />
140
- </a>
141
- <a href=\\"https://github.com/TestOwner/test-repository/blob/main/LICENSE.md\\" target=\\"_blank\\">
142
- <img alt=\\"License: MIT\\" src=\\"https://img.shields.io/github/license/TestOwner/test-repository?color=21bb42\\">
143
- </a>
144
- <img alt=\\"Style: Prettier\\" src=\\"https://img.shields.io/badge/style-prettier-21bb42.svg\\" />
145
- <img alt=\\"TypeScript: Strict\\" src=\\"https://img.shields.io/badge/typescript-strict-21bb42.svg\\" />
137
+ </a>
138
+ <a href=\\"https://codecov.io/gh/TestOwner/test-repository\\" target=\\"_blank\\">
139
+ <img alt=\\"Codecov Test Coverage\\" src=\\"https://codecov.io/gh/TestOwner/test-repository/branch/main/graph/badge.svg\\"/>
140
+ </a>
141
+ <a href=\\"https://github.com/TestOwner/test-repository/blob/main/.github/CODE_OF_CONDUCT.md\\" target=\\"_blank\\">
142
+ <img alt=\\"Contributor Covenant\\" src=\\"https://img.shields.io/badge/code_of_conduct-enforced-21bb42\\" />
143
+ </a>
144
+ <a href=\\"https://github.com/TestOwner/test-repository/blob/main/LICENSE.md\\" target=\\"_blank\\">
145
+ <img alt=\\"License: MIT\\" src=\\"https://img.shields.io/github/license/TestOwner/test-repository?color=21bb42\\">
146
+ </a>
147
+ <a href=\\"https://github.com/sponsors/TestFunding\\" target=\\"_blank\\">
148
+ <img alt=\\"Sponsor: On GitHub\\" src=\\"https://img.shields.io/badge/sponsor-on_github-21bb42.svg\\" />
149
+ </a>
150
+ <img alt=\\"Style: Prettier\\" src=\\"https://img.shields.io/badge/style-prettier-21bb42.svg\\" />
151
+ <img alt=\\"TypeScript: Strict\\" src=\\"https://img.shields.io/badge/typescript-strict-21bb42.svg\\" />
146
152
</p>
147
153
148
154
## Contributors
@@ -234,18 +240,21 @@ describe("writeReadme", () => {
234
240
<img alt=\\"All Contributors: 2\\" src=\\"https://img.shields.io/badge/all_contributors-17-21bb42.svg\\" />
235
241
<!-- ALL-CONTRIBUTORS-BADGE:END -->
236
242
<!-- prettier-ignore-end -->
237
- </a>
238
- <a href=\\"https://codecov.io/gh/TestOwner/test-repository\\" target=\\"_blank\\">
239
- <img alt=\\"Codecov Test Coverage\\" src=\\"https://codecov.io/gh/TestOwner/test-repository/branch/main/graph/badge.svg\\"/>
240
- </a>
241
- <a href=\\"https://github.com/TestOwner/test-repository/blob/main/.github/CODE_OF_CONDUCT.md\\" target=\\"_blank\\">
242
- <img alt=\\"Contributor Covenant\\" src=\\"https://img.shields.io/badge/code_of_conduct-enforced-21bb42\\" />
243
- </a>
244
- <a href=\\"https://github.com/TestOwner/test-repository/blob/main/LICENSE.md\\" target=\\"_blank\\">
245
- <img alt=\\"License: MIT\\" src=\\"https://img.shields.io/github/license/TestOwner/test-repository?color=21bb42\\">
246
- </a>
247
- <img alt=\\"Style: Prettier\\" src=\\"https://img.shields.io/badge/style-prettier-21bb42.svg\\" />
248
- <img alt=\\"TypeScript: Strict\\" src=\\"https://img.shields.io/badge/typescript-strict-21bb42.svg\\" />
243
+ </a>
244
+ <a href=\\"https://codecov.io/gh/TestOwner/test-repository\\" target=\\"_blank\\">
245
+ <img alt=\\"Codecov Test Coverage\\" src=\\"https://codecov.io/gh/TestOwner/test-repository/branch/main/graph/badge.svg\\"/>
246
+ </a>
247
+ <a href=\\"https://github.com/TestOwner/test-repository/blob/main/.github/CODE_OF_CONDUCT.md\\" target=\\"_blank\\">
248
+ <img alt=\\"Contributor Covenant\\" src=\\"https://img.shields.io/badge/code_of_conduct-enforced-21bb42\\" />
249
+ </a>
250
+ <a href=\\"https://github.com/TestOwner/test-repository/blob/main/LICENSE.md\\" target=\\"_blank\\">
251
+ <img alt=\\"License: MIT\\" src=\\"https://img.shields.io/github/license/TestOwner/test-repository?color=21bb42\\">
252
+ </a>
253
+ <a href=\\"https://github.com/sponsors/TestFunding\\" target=\\"_blank\\">
254
+ <img alt=\\"Sponsor: On GitHub\\" src=\\"https://img.shields.io/badge/sponsor-on_github-21bb42.svg\\" />
255
+ </a>
256
+ <img alt=\\"Style: Prettier\\" src=\\"https://img.shields.io/badge/style-prettier-21bb42.svg\\" />
257
+ <img alt=\\"TypeScript: Strict\\" src=\\"https://img.shields.io/badge/typescript-strict-21bb42.svg\\" />
249
258
</p>
250
259
251
260
<p align=\\"center\\">Test description.</p>
0 commit comments