Skip to content

Commit d793847

Browse files
chore: move codecov and logo files to directories (#1213)
## PR Checklist - [x] Addresses an existing open issue: fixes #1209; fixes #1210 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Moves the files as described in the issues. Also updates `clearUnnecessaryFiles` to refer to both codecov paths.
1 parent 765bbb7 commit d793847

File tree

6 files changed

+4
-3
lines changed

6 files changed

+4
-3
lines changed
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<img alt="💪 TypeScript: Strict" src="https://img.shields.io/badge/%F0%9F%92%AA_typescript-strict-21bb42.svg" />
1616
</p>
1717

18-
<img align="right" alt="Project logo: the TypeScript blue square with rounded corners, but a plus sign instead of 'TS'" src="./create-typescript-app.png">
18+
<img align="right" alt="Project logo: the TypeScript blue square with rounded corners, but a plus sign instead of 'TS'" src="./docs/create-typescript-app.png">
1919

2020
`create-typescript-app` is a one-stop-shop solution to set up a new or existing repository with the latest and greatest TypeScript tooling.
2121
It includes options not just for building and testing but also GitHub repository templates, contributor recognition, automated release management, and more.
File renamed without changes.

script/__snapshots__/migrate-test-e2e.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ exports[`expected file changes > README.md 1`] = `
9696
+++ b/README.md
9797
@@ ... @@
9898
99-
<img align="right" alt="Project logo: the TypeScript blue square with rounded corners, but a plus sign instead of 'TS'" src="./create-typescript-app.png">
99+
<img align="right" alt="Project logo: the TypeScript blue square with rounded corners, but a plus sign instead of 'TS'" src="./docs/create-typescript-app.png">
100100
101101
-\`create-typescript-app\` is a one-stop-shop solution to set up a new or existing repository with the latest and greatest TypeScript tooling.
102102
-It includes options not just for building and testing but also GitHub repository templates, contributor recognition, automated release management, and more.

script/migrate-test-e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const bin = "./bin/index.js";
3232
const guide =
3333
"https://www.joshuakgoldberg.com/blog/contributing-to-a-create-typescript-app-repository";
3434
const guideTitle = "Contributing to a create-typescript-app Repository";
35-
const logo = "./create-typescript-app.png";
35+
const logo = "./docs/create-typescript-app.png";
3636
const logoAlt = `Project logo: the TypeScript blue square with rounded corners, but a plus sign instead of 'TS'`;
3737
const owner = "JoshuaKGoldberg";
3838
const title = "Create TypeScript App";

src/steps/clearUnnecessaryFiles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const globPaths = [
99
...extensions("jest.config", "cjs", "js", "json", "mjs", "ts"),
1010
"./src/**/*.js",
1111
".circleci/config.yml",
12+
".github/codecov.yml",
1213
".babelrc",
1314
".npmignore",
1415
".eslintrc",

0 commit comments

Comments
 (0)