diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 60c0785b4..2ef22da21 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -19,6 +19,7 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm install - run: npm run ci + - run: npm install codecov - name: Upload coverage to Codecov - run: npm install codecov - run: ./bin/codecov \ No newline at end of file + run: ./node_modules/.bin/codecov + - run: curl -s https://codecov.io/bash \ No newline at end of file