From ff916cf5f45bf14b46227a005b5eca2e64afb472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Harrtell?= Date: Sat, 16 Nov 2024 11:54:15 +0100 Subject: [PATCH] Remove obsoleted codecov --- .github/workflows/node.js.yml | 5 ++--- package.json | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 251f5e33..73d3bba7 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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 }} @@ -20,5 +20,4 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'yarn' - run: yarn - - run: yarn test - - run: yarn coverage + - run: yarn diff --git a/package.json b/package.json index b51c5f36..5c41125c 100644 --- a/package.json +++ b/package.json @@ -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"