Update build.yml

Pass codecov token explicitly, for some reason automatic configuration stopped working
This commit is contained in:
Arseny Kapoulkine 2022-09-16 11:33:45 -07:00 committed by GitHub
parent 3d74a8f4d4
commit 96aa15e5dc
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

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