Skip to content

Commit

Permalink
Update build.yml (#675)
Browse files Browse the repository at this point in the history
Pass codecov token explicitly, for some reason automatic configuration
stopped working
  • Loading branch information
zeux authored Sep 16, 2022
1 parent 3d74a8f commit 8b36409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: ./coverage.info
token: ${{ secrets.CODECOV_TOKEN }}

web:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8b36409

Please sign in to comment.