We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25b11d0 + af3ba2d commit f297d2dCopy full SHA for f297d2d
.github/workflows/code-review.yml
@@ -1,6 +1,6 @@
1
# 代码格式检查
2
3
-name: code review
+name: code-review
4
5
on:
6
push:
.github/workflows/release-please.yml
@@ -1,7 +1,7 @@
# 如果是开发合并请求到主干,则会根据约定式提交创建一个 releasePR,是一个新版本合并请求。
# 如果是新版本合并请求合并到主干,则会触发版本发布到 npm/github 等仓库。
-name: release please
+name: release-please
7
@@ -35,6 +35,9 @@ jobs:
35
- uses: ./.github/actions/node-env
36
- run: npm ci
37
- run: npm run test-coverage
38
+ - uses: codecov/codecov-action@v3
39
+ with:
40
+ token: ${{ secrets.CODECOV_TOKEN }}
41
- uses: codacy/codacy-coverage-reporter-action@v1
42
with:
43
api-token: ${{ secrets.CODACY_API_TOKEN }}
0 commit comments