Skip to content

Commit f848983

Browse files
authored
Remove coveralls reporting (#1149)
* Remove coveralls reporting * Update package.json * Delete rewrite-coverage-paths.js * Update continuous-integration.yml
1 parent 48fc390 commit f848983

File tree

3 files changed

+0
-45
lines changed

3 files changed

+0
-45
lines changed

.github/workflows/continuous-integration.yml

-18
Original file line numberDiff line numberDiff line change
@@ -148,21 +148,3 @@ jobs:
148148
uses: codecov/codecov-action@v1
149149
with:
150150
flags: ${{ matrix.os }},node_${{ matrix.nodeFlag }},typescript_${{ matrix.typescriptFlag }}
151-
- run: npm run coverage-fix-paths
152-
- run: npm run coverage-report
153-
- name: Coveralls
154-
if: ${{ always() }}
155-
uses: coverallsapp/github-action@master
156-
with:
157-
github-token: ${{ secrets.github_token }}
158-
parallel: true
159-
finish:
160-
needs: test
161-
runs-on: ubuntu-latest
162-
if: ${{ always() }}
163-
steps:
164-
- name: Coveralls Finished
165-
uses: coverallsapp/github-action@master
166-
with:
167-
github-token: ${{ secrets.github_token }}
168-
parallel-finished: true

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"test-spec": "mocha dist/**/*.spec.js -R spec --bail",
5252
"test-cov": "nyc mocha -- \"dist/**/*.spec.js\" -R spec --bail",
5353
"test": "npm run build && npm run lint && npm run test-cov",
54-
"coverage-fix-paths": "node ./scripts/rewrite-coverage-paths.js",
5554
"coverage-report": "nyc report --reporter=lcov",
5655
"prepare": "npm run build-nopack"
5756
},

scripts/rewrite-coverage-paths.js

-26
This file was deleted.

0 commit comments

Comments
 (0)