Skip to content

Commit

Permalink
Remove obsoleted codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharrtell committed Nov 16, 2024
1 parent 45f5775 commit ff916cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
node-version: [22.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -20,5 +20,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn
- run: yarn test
- run: yarn coverage
- run: yarn
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"test-manual": "mocha --timeout 10s --recursive test/manual",
"test": "nyc mocha --timeout 10s --recursive test/auto/node test/manual",
"test-perf": "0x -- node $(which _mocha) --timeout 10s --recursive test/auto/node test/manual",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"build-jsdoc": "jsdoc -c doc/jsdoc.json",
"gen-types": "tsc",
"build": "rollup -c rollup.config.js -o dist/jsts.min.js"
Expand Down

0 comments on commit ff916cf

Please sign in to comment.