Skip to content

Commit e3cba11

Browse files
committed
ci(#43): removed coveralls from dependabot
1 parent 49f27e7 commit e3cba11

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

.github/workflows/auto-merge-dependabot.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -47,27 +47,6 @@ jobs:
4747
run: |
4848
npm run test:clean
4949
#jest --coverage --runInBand
50-
- name: Scikitjs Node Coveralls Parallel
51-
uses: coverallsapp/github-action@master
52-
with:
53-
github-token: ${{ secrets.github_token }}
54-
parallel: true
55-
path-to-lcov: ./scikit-node/coverage/lcov.info # optional (default value)
56-
- name: Scikitjs Browser Coveralls Parallel
57-
uses: coverallsapp/github-action@master
58-
with:
59-
github-token: ${{ secrets.github_token }}
60-
parallel: true
61-
path-to-lcov: ./scikit-browser/coverage/lcov.info # optional (default value)
62-
- name: Coveralls Finished
63-
uses: coverallsapp/github-action@master
64-
with:
65-
github-token: ${{ secrets.github_token }}
66-
parallel-finished: true
67-
- name: build files, docs
68-
run: |
69-
NODE_OPTIONS=--max-old-space-size=15000 npm run build
70-
# tsc && rollup -c && typedoc && sitedown manual/ -b docs/manual
7150
automerge:
7251
needs: build
7352
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)