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