Skip to content

Commit c9b790f

Browse files
committed
🐛 fix: test
test
1 parent b9528f6 commit c9b790f

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: 📤 📊 Upload coverage reports to Codecov
4141
uses: codecov/codecov-action@v4
4242
env:
43-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
43+
CODECOV_TOKEN: ${{ secrets.token }}
4444
with:
4545
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4646
# file: ./coverage.xml # optional

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -134,77 +134,77 @@
134134
".eslintignore",
135135
".eslintrc.json",
136136
".gitignore",
137-
".prettierignore",
138137
".prettierrc.json",
138+
".prettierignore",
139139
"license",
140140
"readme.md",
141141
"commit-template.hbs",
142142
"commitlint.config.ts",
143143
"default-template.hbs",
144-
"emojitypescommitmessages.txt",
145144
"jest.config.json",
146145
"package-lock.json",
147146
"package.json",
148-
"release.config.ts",
147+
"emojitypescommitmessages.txt",
149148
"renovate.json",
150-
"tsconfig.json",
151149
"typedoc.json",
150+
"release.config.ts",
151+
"tsconfig.json",
152152
".vscode/settings.json",
153153
"public/.gitkeep",
154154
"repo_management_files/cz-emoji-type-extract.js",
155155
"repo_management_files/cz-type-extract.js",
156156
"repo_management_files/directorystructuredocument.md",
157157
"repo_management_files/extractfilescopes.js",
158-
"repo_management_files/genericcommitmessages.md",
159158
"repo_management_files/gitmojisemver-extract.js",
160159
"repo_management_files/issues.sh",
161160
"repo_management_files/labels.sh",
162161
"repo_management_files/packagejsondocument.md",
162+
"repo_management_files/genericcommitmessages.md",
163163
".github/dependabot.yml",
164164
".github/workflows/build.yml",
165165
".github/workflows/docs.yml",
166166
".github/workflows/lint.yml",
167-
".github/workflows/pr.yml",
168167
".github/workflows/release.yml",
168+
".github/workflows/pr.yml",
169169
".github/workflows/test.yml",
170170
".husky/commit-msg",
171171
".husky/prepare-commit-msg",
172-
".husky/_/.gitignore",
173172
".husky/_/applypatch-msg",
174173
".husky/_/commit-msg",
175174
".husky/_/h",
176-
".husky/_/post-applypatch",
177175
".husky/_/post-checkout",
178176
".husky/_/post-commit",
177+
".husky/_/post-applypatch",
179178
".husky/_/post-merge",
180-
".husky/_/post-rewrite",
181179
".husky/_/pre-applypatch",
180+
".husky/_/post-rewrite",
181+
".husky/_/.gitignore",
182182
".husky/_/pre-auto-gc",
183-
".husky/_/pre-commit",
184183
".husky/_/pre-push",
185184
".husky/_/pre-rebase",
186185
".husky/_/prepare-commit-msg",
186+
".husky/_/pre-commit",
187187
"src/app.ts",
188188
"src/bin/.gitkeep",
189-
"src/configs/.gitkeep",
190189
"src/controllers/.gitkeep",
191-
"src/middleware/.gitkeep",
190+
"src/configs/.gitkeep",
192191
"src/models/.gitkeep",
193192
"src/plugins/.gitkeep",
193+
"src/middleware/.gitkeep",
194+
"src/views/.gitkeep",
194195
"src/routes/.gitkeep",
195196
"src/utils/.gitkeep",
196-
"src/views/.gitkeep",
197197
"test/.gitkeep",
198198
"test/app.test.ts",
199-
"test/bin/.gitkeep",
200199
"test/configs/.gitkeep",
201-
"test/controllers/.gitkeep",
200+
"test/bin/.gitkeep",
202201
"test/middleware/.gitkeep",
203202
"test/models/.gitkeep",
204-
"test/plugins/.gitkeep",
203+
"test/controllers/.gitkeep",
205204
"test/routes/.gitkeep",
205+
"test/views/.gitkeep",
206206
"test/utils/.gitkeep",
207-
"test/views/.gitkeep"
207+
"test/plugins/.gitkeep"
208208
],
209209
"questions": {
210210
"scope": "Specify a scope: "

0 commit comments

Comments
 (0)