From ebaa542496e15cbfcd87911cd80beb911ccdb0eb Mon Sep 17 00:00:00 2001 From: Hu Song Date: Tue, 8 Jun 2021 12:01:42 +0800 Subject: [PATCH] Fix ci Error (#322) * feat: add curl -s codecov --- .github/workflows/nodejs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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