ci: Remove code coverage step for Dependabot (#107)

This commit is contained in:
Kyle Carberry 2022-01-30 21:04:57 -06:00 committed by GitHub
parent 3fccfc5ef3
commit 46d2550eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,7 @@ jobs:
-count=1 -race -parallel=1
- uses: codecov/codecov-action@v2
if: github.actor != 'dependabot[bot]'
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./gotests.coverage
@ -200,6 +201,7 @@ jobs:
- run: yarn test:coverage
- uses: codecov/codecov-action@v2
if: github.actor != 'dependabot[bot]'
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/lcov.info