Skip to content

Commit dabdb0e

Browse files
authored
turn off coverage reporting (#3038)
* turn off coverage reporting * remove coveralls from package.json
1 parent b758ec5 commit dabdb0e

File tree

3 files changed

+0
-90
lines changed

3 files changed

+0
-90
lines changed

.github/workflows/node-test.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,6 @@ jobs:
5555
- run: npm ci
5656
- run: npm test
5757

58-
- name: Coveralls (in parallel)
59-
uses: coverallsapp/github-action@master
60-
with:
61-
github-token: ${{ secrets.github_token }}
62-
flag-name: run-${{ matrix.node-version }}
63-
path-to-lcov: "./.coverage/lcov.info"
64-
parallel: true
65-
66-
finish-coverage:
67-
needs: unit
68-
runs-on: ubuntu-latest
69-
steps:
70-
- name: Coveralls finalization
71-
uses: coverallsapp/github-action@master
72-
with:
73-
github-token: ${{ secrets.github_token }}
74-
parallel-finished: true
75-
7658
integration:
7759
needs: unit
7860
if: github.event_name == 'push'

package-lock.json

Lines changed: 0 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@
177177
"@typescript-eslint/parser": "^4.12.0",
178178
"chai": "^4.2.0",
179179
"chai-as-promised": "^7.1.1",
180-
"coveralls": "^3.1.0",
181180
"eslint": "^7.17.0",
182181
"eslint-config-google": "^0.14.0",
183182
"eslint-config-prettier": "^7.1.0",

0 commit comments

Comments
 (0)