File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -28,27 +28,27 @@ jobs:
28
28
29
29
- name : Run Build
30
30
run : npm run docs:build
31
-
31
+
32
32
- name : Run tests with coverage
33
33
run : npm run coverage
34
34
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
You can’t perform that action at this time.
0 commit comments