Skip to content

Commit 73278c0

Browse files
committed
💚 fix-ci(.github/workflows/test.yml): removing some optional configs in test.yml
removed optional configs in test.yml
1 parent b0791f1 commit 73278c0

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
- name: 📤 📊 Upload coverage reports to Codecov
4747
uses: codecov/codecov-action@v4.5.0
4848
with:
49-
fail_ci_if_error: true # optional (default = false)
50-
files: ./coverage1.xml,./coverage2.xml # optional
51-
flags: unittests # optional
49+
#fail_ci_if_error: true # optional (default = false)
50+
#files: ./coverage1.xml,./coverage2.xml # optional
51+
#flags: unittests # optional
5252
name: ☂️ codecov-umbrella # optional
5353
token: ${{ secrets.CODECOV_TOKEN }} # required
5454
verbose: true # optional (default = false)

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -137,73 +137,73 @@
137137
".prettierrc.json",
138138
".prettierignore",
139139
"license",
140-
"readme.md",
141-
"commitlint.config.ts",
142-
"default-template.hbs",
143140
"commit-template.hbs",
141+
"commitlint.config.ts",
142+
"readme.md",
144143
"emojitypescommitmessages.txt",
145144
"jest.config.json",
146-
"package-lock.json",
147145
"package.json",
146+
"default-template.hbs",
147+
"package-lock.json",
148148
"release.config.ts",
149149
"renovate.json",
150150
"tsconfig.json",
151151
"typedoc.json",
152152
".vscode/settings.json",
153153
"public/.gitkeep",
154-
"repo_management_files/cz-emoji-type-extract.js",
155154
"repo_management_files/cz-type-extract.js",
156155
"repo_management_files/directorystructuredocument.md",
157-
"repo_management_files/extractfilescopes.js",
158156
"repo_management_files/genericcommitmessages.md",
159157
"repo_management_files/gitmojisemver-extract.js",
158+
"repo_management_files/extractfilescopes.js",
159+
"repo_management_files/cz-emoji-type-extract.js",
160160
"repo_management_files/issues.sh",
161161
"repo_management_files/labels.sh",
162162
"repo_management_files/packagejsondocument.md",
163163
".husky/commit-msg",
164164
".husky/prepare-commit-msg",
165-
".husky/_/applypatch-msg",
166165
".husky/_/.gitignore",
166+
".husky/_/applypatch-msg",
167167
".husky/_/commit-msg",
168168
".husky/_/h",
169-
".husky/_/post-commit",
170169
".husky/_/post-applypatch",
171-
".husky/_/post-merge",
172170
".husky/_/post-checkout",
171+
".husky/_/post-commit",
172+
".husky/_/post-merge",
173173
".husky/_/post-rewrite",
174174
".husky/_/pre-applypatch",
175+
".husky/_/pre-auto-gc",
175176
".husky/_/pre-commit",
176177
".husky/_/pre-push",
177178
".husky/_/prepare-commit-msg",
178179
".husky/_/pre-rebase",
179-
".husky/_/pre-auto-gc",
180180
".github/dependabot.yml",
181181
".github/workflows/build.yml",
182-
".github/workflows/lint.yml",
183182
".github/workflows/docs.yml",
184-
".github/workflows/pr.yml",
183+
".github/workflows/lint.yml",
185184
".github/workflows/release.yml",
186185
".github/workflows/test.yml",
187-
"src/app.ts",
188-
"src/bin/.gitkeep",
189-
"src/controllers/.gitkeep",
190-
"src/models/.gitkeep",
191-
"src/configs/.gitkeep",
192-
"src/middleware/.gitkeep",
193-
"src/plugins/.gitkeep",
194-
"src/routes/.gitkeep",
195-
"src/views/.gitkeep",
196-
"src/utils/.gitkeep",
186+
".github/workflows/pr.yml",
197187
"test/.gitkeep",
198188
"test/bin/.gitkeep",
199-
"test/middleware/.gitkeep",
200189
"test/configs/.gitkeep",
201-
"test/controllers/.gitkeep",
190+
"test/middleware/.gitkeep",
202191
"test/models/.gitkeep",
203192
"test/plugins/.gitkeep",
204193
"test/routes/.gitkeep",
194+
"test/utils/.gitkeep",
195+
"test/controllers/.gitkeep",
205196
"test/views/.gitkeep",
206-
"test/utils/.gitkeep"
197+
"src/app.ts",
198+
"src/bin/.gitkeep",
199+
"src/middleware/.gitkeep",
200+
"src/plugins/.gitkeep",
201+
"src/configs/.gitkeep",
202+
"src/controllers/.gitkeep",
203+
"src/utils/.gitkeep",
204+
"src/views/.gitkeep",
205+
"src/models/.gitkeep",
206+
"src/routes/.gitkeep"
207207
],
208208
"questions": {
209209
"scope": "Specify a scope: "

0 commit comments

Comments
 (0)