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.
1 parent e00d643 commit 185b99dCopy full SHA for 185b99d
.github/workflows/build.yml
@@ -47,31 +47,6 @@ jobs:
47
name: npm-logs
48
path: C:\npm\cache\_logs\
49
50
- - name: Calculate code coverage
51
- run: npm run coverage
52
-
53
- - name: Coveralls
54
- uses: coverallsapp/github-action@master
55
- with:
56
- github-token: ${{ secrets.GITHUB_TOKEN }}
57
- flag-name: ${{ matrix.os }}
58
- parallel: true
59
60
- notify:
61
- needs:
62
- - build
63
64
- name: Code Coverage
65
- if: ${{ success() }}
66
- runs-on: ubuntu-latest
67
68
- steps:
69
- - name: Coveralls Finished
70
71
72
73
- parallel-finished: true
74
75
publish:
76
needs:
77
- build
0 commit comments