ci: undo
This commit is contained in:
parent
4aec696b7e
commit
9b9b4914a5
1 changed files with 0 additions and 1 deletions
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
|
@ -30,7 +30,6 @@ jobs:
|
|||
- run: yarn
|
||||
- run: yarn test:coverage
|
||||
- name: Coverage
|
||||
if: ${{ matrix.node-version }} == 12.x
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
|
Reference in a new issue