Skip to content

Commit 185b99d

Browse files
committed
chore(coverage) remove
Signed-off-by: Dan Selman <[email protected]>
1 parent e00d643 commit 185b99d

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -47,31 +47,6 @@ jobs:
4747
name: npm-logs
4848
path: C:\npm\cache\_logs\
4949

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-
uses: coverallsapp/github-action@master
71-
with:
72-
github-token: ${{ secrets.GITHUB_TOKEN }}
73-
parallel-finished: true
74-
7550
publish:
7651
needs:
7752
- build

0 commit comments

Comments
 (0)