Browse Source

test: use own token to upload coverage reports (#37279)

pull/37285/head
vagusX 2 years ago
committed by GitHub
parent
commit
b3eec68e18
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/test.yml

3
.github/workflows/test.yml

@ -294,6 +294,9 @@ jobs:
- name: coverage
uses: codecov/codecov-action@v3
if: ${{ matrix.module == 'dom' && matrix.react == '17' }}
with:
# use own token to upload coverage reports
token: ${{ secrets.CODECOV_TOKEN }}
# node test
- name: node test

Loading…
Cancel
Save