Skip to content

Commit b4571ea

Browse files
authored
Merge pull request #63 from cloudcome/feat/v0.x
Feat/v0.x 2023-03-17 01:36:48
2 parents a7d2c9a + dec286b commit b4571ea

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
contents: read
1515

1616
jobs:
17-
Lint and Test:
17+
LintTest:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- run: |

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
pull-requests: write
1111

1212
jobs:
13-
Release PR or Release Publish:
13+
ReleasePR_ReleasePublish:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- run: |

vitest.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default defineConfig({
66
coverage: {
77
include: ['src/**/*.ts'],
88
reporter: ['lcov', 'text'],
9+
// 包含所有源文件的覆盖率,而不是仅被单测的部分
910
all: true,
1011
},
1112
},

0 commit comments

Comments
 (0)