Skip to content

Commit 5b9a70e

Browse files
committed
fix: 小修coveralls
1 parent a44e60f commit 5b9a70e

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/coveralls.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,27 @@ jobs:
2828

2929
- name: Run Build
3030
run: npm run docs:build
31-
31+
3232
- name: Run tests with coverage
3333
run: npm run coverage
3434

35-
- name: Upload coverage to Coveralls
36-
uses: coverallsapp/github-action@v2
37-
with:
38-
github-token: ${{ secrets.GITHUB_TOKEN }}
39-
path-to-lcov: ./coverage/lcov.info
40-
flag-name: ${{ matrix.os }}-node-${{ matrix.node }}
41-
parallel: true
42-
43-
finish:
44-
needs: test
45-
runs-on: ubuntu-latest
46-
steps:
47-
- name: Clone repository
48-
uses: actions/checkout@v3
49-
50-
- name: Coveralls Finished
51-
uses: coverallsapp/github-action@v2
52-
with:
53-
github-token: ${{ secrets.GITHUB_TOKEN }}
54-
parallel-finished: true
35+
# - name: Upload coverage to Coveralls
36+
# uses: coverallsapp/github-action@v2
37+
# with:
38+
# github-token: ${{ secrets.GITHUB_TOKEN }}
39+
# path-to-lcov: ./coverage/lcov.info
40+
# flag-name: ${{ matrix.os }}-node-${{ matrix.node }}
41+
# parallel: true
42+
43+
# finish:
44+
# needs: test
45+
# runs-on: ubuntu-latest
46+
# steps:
47+
# - name: Clone repository
48+
# uses: actions/checkout@v3
49+
50+
# - name: Coveralls Finished
51+
# uses: coverallsapp/github-action@v2
52+
# with:
53+
# github-token: ${{ secrets.GITHUB_TOKEN }}
54+
# parallel-finished: true

0 commit comments

Comments
 (0)