Skip to content

Commit

Permalink
Remove coveralls reporting (#1149)
Browse files Browse the repository at this point in the history
* Remove coveralls reporting

* Update package.json

* Delete rewrite-coverage-paths.js

* Update continuous-integration.yml
  • Loading branch information
cspotcode committed Nov 12, 2020
1 parent 48fc390 commit f848983
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -148,21 +148,3 @@ jobs:
uses: codecov/codecov-action@v1
with:
flags: ${{ matrix.os }},node_${{ matrix.nodeFlag }},typescript_${{ matrix.typescriptFlag }}
- run: npm run coverage-fix-paths
- run: npm run coverage-report
- name: Coveralls
if: ${{ always() }}
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel: true
finish:
needs: test
runs-on: ubuntu-latest
if: ${{ always() }}
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -51,7 +51,6 @@
"test-spec": "mocha dist/**/*.spec.js -R spec --bail",
"test-cov": "nyc mocha -- \"dist/**/*.spec.js\" -R spec --bail",
"test": "npm run build && npm run lint && npm run test-cov",
"coverage-fix-paths": "node ./scripts/rewrite-coverage-paths.js",
"coverage-report": "nyc report --reporter=lcov",
"prepare": "npm run build-nopack"
},
Expand Down
26 changes: 0 additions & 26 deletions scripts/rewrite-coverage-paths.js

This file was deleted.

0 comments on commit f848983

Please sign in to comment.