Update build.yml (#675)

Pass codecov token explicitly, for some reason automatic configuration
stopped working
This commit is contained in:
Arseny Kapoulkine 2022-09-16 11:39:30 -07:00 committed by GitHub
parent 3d74a8f4d4
commit 8b36409c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: ./coverage.info
token: ${{ secrets.CODECOV_TOKEN }}
web:
runs-on: ubuntu-latest